test/cases/action_dispatch_test.rb in minitest-spec-rails-4.7.2 vs test/cases/action_dispatch_test.rb in minitest-spec-rails-4.7.3
- old
+ new
@@ -2,10 +2,10 @@
class ModelsController < ApplicationController; end
class ActionControllerTest < MiniTestSpecRails::TestCase
- it 'resolves spect type for matching acceptance strings' do
+ it 'resolves spec type for matching acceptance strings' do
assert_dispatch MiniTest::Spec.spec_type("WidgetAcceptanceTest")
assert_dispatch MiniTest::Spec.spec_type("Widget Acceptance Test")
assert_dispatch MiniTest::Spec.spec_type("widgetacceptancetest")
assert_dispatch MiniTest::Spec.spec_type("widget acceptance test")
end