View and controller without tests

This commit is contained in:
Gopesh Tulsyan 2014-05-08 19:12:18 +05:30
parent 5831b76955
commit 047c1dd288
5 changed files with 0 additions and 34 deletions

View file

@ -1,12 +0,0 @@
require 'spec_helper'
describe ConferenceController do
describe "GET 'show'" do
it "returns http success" do
get 'show'
expect(response).to be_success
end
end
end