Sha256: 3051f9f3b96c65f1ecdf5f3d236abb38d7a777fb869b13f084dee5600f1f59f2
Contents?: true
Size: 372 Bytes
Versions: 14
Compression:
Stored size: 372 Bytes
Contents
require 'spec_helper' describe "platforms/new.html.erb" do before(:each) do assign(:platform, stub_model(Platform).as_new_record) end it "renders new platform form" do render # Run the generator again with the --webrat flag if you want to use webrat matchers assert_select "form", :action => platforms_path, :method => "post" do end end end
Version data entries
14 entries across 11 versions & 1 rubygems