Sha256: 680d8551fa57b6299ed584ef9af258155246160b5235f215c0110a218e04033f
Contents?: true
Size: 315 Bytes
Versions: 36
Compression:
Stored size: 315 Bytes
Contents
require 'rails_helper' describe "ProduceTypes" do describe "GET /produce_types" 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 produce_types_path response.status.should be(302) end end end
Version data entries
36 entries across 35 versions & 2 rubygems