Sha256: cf0c66bd6c2735d62e1d955c328c39a03fff0dd620339aa88110cbccd360a204
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
require 'spec_helper' describe "Assignments" do describe "GET /assignments" 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 assignments_path response.status.should be(200) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
discussion-0.0.1 | test/dummy/spec/requests/assignments_spec.rb |