summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-02 11:11:04 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-02 11:11:04 -0500
commitfbe54253ea8c31796a16d0fb90b7d3b5be717b1c (patch)
tree5eb5778cc9dad8312318f968eee08b46b0299823 /spec
parent4dcb9de406dd032ecb37109402c4475d96d2a05a (diff)
added preliminary homepage
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/static_controller_spec.rb5
-rw-r--r--spec/helpers/static_helper_spec.rb15
2 files changed, 20 insertions, 0 deletions
diff --git a/spec/controllers/static_controller_spec.rb b/spec/controllers/static_controller_spec.rb
new file mode 100644
index 0000000..a3db7c0
--- /dev/null
+++ b/spec/controllers/static_controller_spec.rb
@@ -0,0 +1,5 @@
+require 'spec_helper'
+
+describe StaticController do
+
+end
diff --git a/spec/helpers/static_helper_spec.rb b/spec/helpers/static_helper_spec.rb
new file mode 100644
index 0000000..6a1bf5c
--- /dev/null
+++ b/spec/helpers/static_helper_spec.rb
@@ -0,0 +1,15 @@
+require 'spec_helper'
+
+# Specs in this file have access to a helper object that includes
+# the StaticHelper. For example:
+#
+# describe StaticHelper do
+# describe "string concat" do
+# it "concats two strings with spaces" do
+# helper.concat_strings("this","that").should == "this that"
+# end
+# end
+# end
+describe StaticHelper do
+ pending "add some examples to (or delete) #{__FILE__}"
+end