Sha256: 5d9595bec01c061a5fe78733c5771fddf189fe14aef69020c0d91d5efa68112f
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
require 'spec_helper' describe "OtherItems" do describe "GET /other_items" 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 other_items_path response.status.should be(200) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_sortable-0.0.5 | spec/dummy/spec/requests/other_items_spec.rb |