Sha256: 41164e4c3aeccd75fea441c3c5cd04a973ed5f469f80f74587cc8fa6a26dc8a8
Contents?: true
Size: 447 Bytes
Versions: 5
Compression:
Stored size: 447 Bytes
Contents
require "rubygems" require "pry" require "bundler/setup" require "octopus" Octopus.instance_variable_set(:@directory, File.dirname(__FILE__)) # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.before(:each) do OctopusHelper.clean_all_shards(example.metadata[:shards]) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ar-octopus-0.8.2 | spec/spec_helper.rb |
ar-octopus-0.8.1 | spec/spec_helper.rb |
ar-octopus-0.8.0 | spec/spec_helper.rb |
ar-octopus-0.7.0 | spec/spec_helper.rb |
ar-octopus-0.6.1 | spec/spec_helper.rb |