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