diff options
Diffstat (limited to 'spec/routing/notifications_routing_spec.rb')
-rw-r--r-- | spec/routing/notifications_routing_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/routing/notifications_routing_spec.rb b/spec/routing/notifications_routing_spec.rb index 8c2b29aabcb..f545badcdfa 100644 --- a/spec/routing/notifications_routing_spec.rb +++ b/spec/routing/notifications_routing_spec.rb @@ -2,7 +2,7 @@ require "spec_helper" -describe "notifications routing" do +RSpec.describe "notifications routing" do it "routes to #show" do expect(get("/profile/notifications")).to route_to("profiles/notifications#show") end |