Linking the conferences on home page to their splash page
This commit is contained in:
parent
4e395a0d7a
commit
cb8f4ccd2e
12 changed files with 62 additions and 1 deletions
12
spec/controllers/conferences_controller_spec.rb
Normal file
12
spec/controllers/conferences_controller_spec.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe ConferencesController do
|
||||
|
||||
describe "GET 'show'" do
|
||||
it "returns http success" do
|
||||
get 'show'
|
||||
expect(response).to be_success
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue