mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 15:08:15 -07:00
13 lines
193 B
Ruby
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
|