Skip to content

Commit

Permalink
Remove jasmine_rails routes
Browse files Browse the repository at this point in the history
We removed jasmine a long while ago.
  • Loading branch information
tvdeyen committed Dec 8, 2023
1 parent 9e1b1df commit 70a3969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/dummy/config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# frozen_string_literal: true

Rails.application.routes.draw do
get "/login" => "login#new", :as => "login"

mount JasmineRails::Engine => "/specs" if defined?(JasmineRails)

get '/login' => 'login#new', as: 'login'
namespace :ns do
resources :locations, only: :index
end
Expand Down

0 comments on commit 70a3969

Please sign in to comment.