test/unit/binding/test_self.rb in facets-2.2.0 vs test/unit/binding/test_self.rb in facets-2.2.1
- old
+ new
@@ -5,10 +5,10 @@
class TC_Binding_Self < Test::Unit::TestCase
def setup
x = "hello"
- @bind = binding; @this_line_no = __LINE__
+ @bind = binding
end
def test_self
assert_equal( self, @bind.self )
end