features/rspec.feature in pah-0.0.15 vs features/rspec.feature in pah-0.0.16

- old
+ new

@@ -10,6 +10,17 @@ 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 a spec/support/vcr.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 + """ \ No newline at end of file