sqm-dashboards/spec/controllers/legacy/welcome_controller_spec.rb

13 lines
193 B
Ruby

require 'rails_helper'
module Legacy
RSpec.describe WelcomeController, type: :controller do
describe "GET #index" do
it "works" do
get :index
end
end
end
end