Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
subrahmanyam committed Jan 21, 2014
1 parent fa55600 commit 52662a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ end

class MyOtherClassTest < MiniTest::Unit::TestCase
def test_for_correctness
mock = MiniTest::FireMock('MyClass')
mock = MiniTest::FireMock.new('MyClass')
mock.expect(:my_method, 42)
assert_equal 42, mock.my_method
mock.verify
Expand Down

0 comments on commit 52662a3

Please sign in to comment.