Skip to content

Commit

Permalink
Using expect syntax with helper spec generator example
Browse files Browse the repository at this point in the history
  • Loading branch information
aceofbassgreg committed May 21, 2013
1 parent 82964de commit ad708c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rspec/helper/templates/helper_spec.rb
Expand Up @@ -6,7 +6,7 @@
# describe <%= class_name %>Helper 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 eq("this that")
# end
# end
# end
Expand Down

0 comments on commit ad708c8

Please sign in to comment.