mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
user and recipient and tests
This commit is contained in:
parent
d70e30ec93
commit
df2ea95ceb
50 changed files with 1412 additions and 37 deletions
11
spec/controllers/welcome_controller_spec.rb
Normal file
11
spec/controllers/welcome_controller_spec.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe WelcomeController, type: :controller do
|
||||
|
||||
describe "GET #index" do
|
||||
it "works" do
|
||||
get :index
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue