diff --git a/test/other/should_test.rb b/test/other/should_test.rb index 1bcc204b..f72aaf30 100644 --- a/test/other/should_test.rb +++ b/test/other/should_test.rb @@ -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