fixes by houndci

This commit is contained in:
Gopesh Tulsyan 2014-05-12 20:45:53 +05:30
parent f9ec6cc893
commit 116b862e98

View file

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