fixes by houndci
This commit is contained in:
parent
7a5f47257a
commit
03138fd40d
3 changed files with 4 additions and 6 deletions
|
|
@ -1,9 +1,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