spec/router_spec.rb in rasti-web-2.0.1 vs spec/router_spec.rb in rasti-web-2.1.0

- old
+ new

@@ -9,10 +9,10 @@ end def post(path) Rack::MockRequest.env_for path, method: :post end - + it 'Verbs' do %w(delete get head options patch post put).each do |verb| router.must_respond_to verb end end \ No newline at end of file