Fixes by houndci

This commit is contained in:
Gopesh Tulsyan 2014-05-14 13:29:13 +05:30
parent 1c152c87ab
commit 94078f844b

View file

@ -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