Sha256: fc5a32a335ec32ccd41a1224beaade86610f99ca7194add936bd564bb273923d
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
require 'dummy_spec_helper' describe "Requests" do it "truth" do Rails.application.should be_kind_of(Dummy::Application) end describe "Basic pages" do before do login_as(User.first) end it "should get root" do pending get '/' response.status.should be(200) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_roles-0.0.5 | spec/integration/requests/main_spec.rb |