search for: span6

Displaying 1 result from an estimated 1 matches for "span6".

Did you mean: span
2013 May 02
1
trouble-with-capybara-and-rspec-on-a-new-model-spec
...t "should send a mail" do expect { click_button submit}.to change(Mailer, :count).by(1) end end end end And the form: <% provide(:title , ''Mail Us'') %><h1>Mail Us</h1><div class="row"> <div class="span6 offset3 hero-unit"> <%= form_for(@mailer) do |f| %> <%= f.label :company_name %> <%= f.text_field :company_name %> <%= f.label :contact_name %> <%= f.text_field :contact_name %> <%= f.label :address %> <%= f.text_field :addres...