Sha256: b36b77efd146db652915acfccc1e58613af4b384e23c88237fa61188c3cdd4a4

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

@no-clobber
Feature: Gemfile
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Correct gems on gemfile
    Then I have the file Gemfile and contents of this file should include:
      """
      gem 'rails',                  '4.2.0'
      """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pah-0.0.23 features/gemfile.feature
pah-0.0.22 features/gemfile.feature
pah-0.0.21 features/gemfile.feature
pah-0.0.20 features/gemfile.feature