Sha256: bf3138a301951a82c295a81934259d94e5aa8f991400967b323a07ef188ba010
Contents?: true
Size: 297 Bytes
Versions: 36
Compression:
Stored size: 297 Bytes
Contents
require 'spec_helper' describe "Accepts" do describe "GET /accepts" do it "works! (now write some real specs)" do # Run the generator again with the --webrat flag if you want to use webrat methods/matchers get accepts_path response.status.should be(302) end end end
Version data entries
36 entries across 36 versions & 2 rubygems