Fixed a typo that resulted in a test that would always pass

This commit is contained in:
Joe Ferris 2008-09-04 16:06:15 -04:00
parent ba96dddaa8
commit 823cad39b0
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class ShouldTest < Test::Unit::TestCase # :nodoc:
context "A :before proc" do
setup do
assert "before", @value
assert_equal "before", @value
@value = "setup"
end