Sha256: c28feeead058f7ec5afdefc62e562cce03e4966e5aecaf675e2d45a0304ad9b7

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

require 'bundler'
Bundler.require

require 'mixpal'

Dir['./spec/support/**/*.rb'].each { |f| require f }

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mixpal-0.5.0 spec/spec_helper.rb
mixpal-0.4.2 spec/spec_helper.rb
mixpal-0.4.1 spec/spec_helper.rb
mixpal-0.4.0 spec/spec_helper.rb