aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers/help_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/help_helper_spec.rb')
-rw-r--r--spec/helpers/help_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/help_helper_spec.rb b/spec/helpers/help_helper_spec.rb
index 3df091c10..0b0de512b 100644
--- a/spec/helpers/help_helper_spec.rb
+++ b/spec/helpers/help_helper_spec.rb
@@ -6,7 +6,7 @@ require 'spec_helper'
# describe HelpHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
-# helper.concat_strings("this","that").should == "this that"
+# expect(helper.concat_strings("this","that")).to == "this that"
# end
# end
# end