We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe4db7 commit f6a9b40Copy full SHA for f6a9b40
features/routing_specs/be_routable_matcher.feature
@@ -69,7 +69,7 @@ Feature: be_routable matcher
69
"""ruby
70
require "rails_helper"
71
72
- RSpec.describe WidgetsController, :type => :routing do
+ RSpec.describe WidgetsController, :type => :controller do
73
it "routes to /widgets" do
74
expect(:get => "/widgets").to be_routable
75
end
0 commit comments