Sha256: c5da0573f168be9f2bb46a4086d85435a12bd1940c031abf91af094c49128bff

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 Bytes

Contents

# encoding: utf-8

require 'ruby_ami'
require 'countdownlatch'

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

include RubyAMI

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby_ami-1.3.4 spec/spec_helper.rb
ruby_ami-1.3.3 spec/spec_helper.rb
ruby_ami-1.3.2 spec/spec_helper.rb
ruby_ami-1.3.1 spec/spec_helper.rb
ruby_ami-1.3.0 spec/spec_helper.rb
ruby_ami-1.2.6 spec/spec_helper.rb