spec/dummy/config/routes.rb in bobot-1.0.53 vs spec/dummy/config/routes.rb in bobot-2.1.0

- old
+ new

@@ -1,3 +1,3 @@ Rails.application.routes.draw do - mount Bobot::Engine => '/bobot', as: 'bobot' + mount Bobot::Engine => "/bobot", as: "bobot" end