Sha256: 3d120a3df6d0c39ecc8c1e4ffbc5c3cc872a45bf7f9f2b1120f70510c4edf1e2
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
Feature: Bootstrapped Layout Generator In order to have a layout As a rails developer I want to generate a simple layout Scenario: Generate normal application layout Given a new Rails app When I run "rails g bootstrapped:layout -f" Then I should see "stylesheet_link_tag "application"" in file "app/views/layouts/application.html.erb" Then I should see "h(page_title" in file "app/helpers/layout_helper.rb" And I should see file "app/helpers/layout_helper.rb" And I should see file "app/helpers/error_messages_helper.rb" And I should see file "app/views/share/_flash.html.erb"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrapped-0.0.6 | features/bootstrap_layout.feature |