Skip to content

Commit f6a9b40

Browse files
eduardojpirj
authored andcommitted
Fix type of be_routable scenario in controllers
1 parent cfe4db7 commit f6a9b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/routing_specs/be_routable_matcher.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Feature: be_routable matcher
6969
"""ruby
7070
require "rails_helper"
7171
72-
RSpec.describe WidgetsController, :type => :routing do
72+
RSpec.describe WidgetsController, :type => :controller do
7373
it "routes to /widgets" do
7474
expect(:get => "/widgets").to be_routable
7575
end

0 commit comments

Comments
 (0)