diff --git a/spec/controllers/conference_controller_spec.rb b/spec/controllers/conference_controller_spec.rb index f9131880..b5b373d1 100644 --- a/spec/controllers/conference_controller_spec.rb +++ b/spec/controllers/conference_controller_spec.rb @@ -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