Sha256: 3570e650ea5a0c3e709338dce8cf296e8ea9e155470276d3e2b9a16d980b85ae
Contents?: true
Size: 606 Bytes
Versions: 6
Compression:
Stored size: 606 Bytes
Contents
Feature: Zoo 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 zoo:layout -f" Then I should see "stylesheet_link_tag "application"" in file "app/views/layouts/application.html.haml" 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 "public/stylesheets/sass/application.sass"
Version data entries
6 entries across 6 versions & 1 rubygems