Sha256: 9709d4a4dec1e504b01a45619b5867ae44d6f2f8a416d45cdc892efa9e6b7a05
Contents?: true
Size: 674 Bytes
Versions: 16
Compression:
Stored size: 674 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration # require 'simpler_workflow' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.before :each do AWS.stub! AWS.config(:access_key_id => 'TESTKEY', :secret_access_key => 'TESTSECRET') end end def stub_list_domains end
Version data entries
16 entries across 16 versions & 1 rubygems