Sha256: 4c1c4f48253dfb5fdc6645c52cc1bc1ee19891b0a4e8afd53a77bbec25761363

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'aws-alert-monitor'
Dir[File.expand_path(File.join(File.dirname(__FILE__),'helpers', '*.rb'))].each do |f|
  require f
end

RSpec.configure do |config|
  #spec config
  config.include Fixtures
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws-alert-monitor-0.1.0 spec/spec_helper.rb
aws-alert-monitor-0.0.5 spec/spec_helper.rb