summaryrefslogtreecommitdiff
path: root/spec/helpers
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-09-10 21:26:29 -0600
committermo k <mo@mokhan.ca>2012-09-10 21:26:29 -0600
commit2d1896ab2d2e84a12235b86ff6a06b68ebeb8355 (patch)
tree436af401bb9122ab342e6e3afd492daf209d08e7 /spec/helpers
parent157c63e34ead02ed0ba919e2bb1feacef10d7a61 (diff)
fix broken view specs.
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/tutorials_helper_spec.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/helpers/tutorials_helper_spec.rb b/spec/helpers/tutorials_helper_spec.rb
deleted file mode 100644
index 3753dc58..00000000
--- a/spec/helpers/tutorials_helper_spec.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'spec_helper'
-
-# Specs in this file have access to a helper object that includes
-# the TutorialsHelper. For example:
-#
-# describe TutorialsHelper do
-# describe "string concat" do
-# it "concats two strings with spaces" do
-# helper.concat_strings("this","that").should == "this that"
-# end
-# end
-# end
-describe TutorialsHelper do
- pending "add some examples to (or delete) #{__FILE__}"
-end