Fixes by houndci
This commit is contained in:
parent
1c152c87ab
commit
94078f844b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ require 'spec_helper'
|
|||
|
||||
describe ConferenceController do
|
||||
|
||||
describe "GET 'show'" do
|
||||
it "returns http success" do
|
||||
get :show, id: "sample"
|
||||
describe 'GET #show' do
|
||||
it 'returns http success' do
|
||||
get :show, id: 'sample'
|
||||
expect(response).to be_success
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue