Sha256: e8d039701c1ae7044b4388b3c9cc628ca29c367b20fa2893be0b9b175ef49a13
Contents?: true
Size: 848 Bytes
Versions: 8
Compression:
Stored size: 848 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/suppress_log.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
8 entries across 8 versions & 1 rubygems