spec/generator_spec.rb in keynote-0.1.3 vs spec/generator_spec.rb in keynote-0.2.0pre1
- old
+ new
@@ -98,9 +98,9 @@
file_contents('app/presenters/post_presenter.rb').
must_match /class PostPresenter < Keynote::Presenter/
file_contents('test/presenters/post_presenter_test.rb').
- must_match /class PostPresenterTest < Keynote::MiniTest::TestCase/
+ must_match /class PostPresenterTest < Keynote::TestCase/
end
end
end