Sha256: deebe91cc2bc41cb3c3e6bfb8db1fc35fd7bea0ec036153b0513de9a130afb85

Contents?: true

Size: 988 Bytes

Versions: 4

Compression:

Stored size: 988 Bytes

Contents

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

  Scenario: Have correct files
    Then I have a spec/spec_helper.rb
    Then I have a spec/rails_helper.rb
    Then I have a spec/support/database_cleaner.rb
    Then I have a spec/support/factory_girl.rb
    Then I have a spec/support/http_basic_auth.rb
    Then I have a spec/support/matchers.rb
    Then I have a spec/support/suppress_log.rb
    Then I have a spec/support/uploaded_file.rb
    Then I have the file spec/support/vcr.rb and contents of this file should include:
      """
      c.filter_sensitive_data("<#{key.upcase}>") { value }
      """
    Then I have the file spec/support/random_timezone.rb and contents of this file should include:
      """
      Time.zone = ActiveSupport::TimeZone.all.sample
      """
    Then I have the file spec/rails_helper.rb and contents of this file should include:
      """
      config.include ActiveSupport::Testing::TimeHelpers
      """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pah-0.0.20 features/rspec.feature
pah-0.0.19 features/rspec.feature
pah-0.0.17 features/rspec.feature
pah-0.0.16 features/rspec.feature