cfcosta / minitest-firemock

Makes your MiniTest mocks more resilient.
31 stars 1 forks source link

Using latest minitest class name convention #4

Closed subrahmanyam closed 9 years ago

cfcosta commented 10 years ago

Just add an alias for it, something like

MiniTest::FireMock = Minitest::FireMock

and we're good to go.

subrahmanyam commented 10 years ago

@cfcosta Added alias.