Sha256: 8572b76f0591b723852e5f0d8c2e1790f2ff25cb41866fcf3bddc5169adc8c49

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 Bytes

Contents

Feature:
  In order to save the world
  As an open-source evangelist
  I want everyone to use Cloudfront-private and its generators.
  
  Scenario: cloudfront:install generator bootstraps the basic files
    Given I run "rails new my_app"
    And I cd to "my_app"
    And a file named "Gemfile" with:
    """
    source "http://rubygems.org"
    gem 'rails'
    gem 'sqlite3'
    gem 'cloudfront-private', :path => '../../../'
    """
    When I run "bundle install"
    And I run "rails generate cloudfront:install"
    Then the following files should exist:
      | config/initializers/cloudfront-private.rb |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cloudfront-private-0.0.3 features/generator.feature
cloudfront-private-0.0.2 features/generator.feature
cloudfront-private-0.0.1 features/generator.feature