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