Sha256: b0bc32666355e1c96e01e46811265ba5cfa4d67bcca8e77552c12c4007430fbd

Contents?: true

Size: 364 Bytes

Versions: 6

Compression:

Stored size: 364 Bytes

Contents

# encoding: utf-8

require 'ruby_ami'

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}

include RubyAMI

RSpec.configure do |config|
  config.mock_with :rspec
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true

  config.before :each do
    uuid = RubyAMI.new_uuid
    RubyAMI.stub :new_uuid => uuid
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby_ami-2.4.0 spec/spec_helper.rb
ruby_ami-2.3.0 spec/spec_helper.rb
ruby_ami-2.2.1 spec/spec_helper.rb
ruby_ami-2.2.0 spec/spec_helper.rb
ruby_ami-2.1.0 spec/spec_helper.rb
ruby_ami-2.0.0 spec/spec_helper.rb