require 'spec_helper'
describe "show" do
it { should respond_with :success }
it { should render_template :show }
end
it { should respond_with :success }
it { should render_template :index }
end
before do
end
it { should respond_with :success }
it { should render_template :index }
end
end
end