Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Remove comma that breaks syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed May 19, 2011
1 parent 5dc5aa2 commit ec19604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ test/right/features/shopping_cart.rb:
end

with CartWidget do |w|
assert_equal, 1, w.number_of_items
assert_equal 1, w.number_of_items
end
end
end
Expand Down

0 comments on commit ec19604

Please sign in to comment.