Sha256: 3a6e82f85b9ed9b8177f29efbfe8130e5d9cb5ce1b080021b74e262fb7224bf0

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

Feature: Copy Assets
  In order to install the textile editor helper gem
  As a rails developer
  I want to copy the assets to respective directories

Scenario: Assets are copied to rails asset directories if the default generator is used
  Given a new Rails app
  When I run "rails g textile_editor_helper:install"
  Then I should see file "app/assets/stylesheets/textile-editor.css"
  And I should see file "app/assets/javascripts/textile-editor-config.js"
  And I should see file "app/assets/javascripts/textile-editor.js"
  And I should see file "app/assets/images/textile-editor/italic.png"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
textile_editor_helper-0.1.4 features/copy_assets.feature
textile_editor_helper-0.1.3 features/copy_assets.feature