Skip to content

Commit

Permalink
Changes to make it work also across 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
diasjorge committed Aug 1, 2011
1 parent 4701b7b commit 0ec0a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/filet/test_case_test.rb
Expand Up @@ -103,8 +103,8 @@ def test_scenario
end
end

assert klass.instance_methods.include?("test_Scenario_description")
assert context_klass.instance_methods.include?("test_Nested_Scenario")
assert klass.method_defined?("test_Scenario_description")
assert context_klass.method_defined?("test_Nested_Scenario")
end

def teardown
Expand Down

0 comments on commit 0ec0a4b

Please sign in to comment.