Sha256: be454b2029c106a354d6c90030ce8a5f550ff2bb56e739308af991301e726783

Contents?: true

Size: 312 Bytes

Versions: 17

Compression:

Stored size: 312 Bytes

Contents

# encoding: utf-8

require 'rspec'

# require spec support files and shared behavior
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require(f) }

$: << File.join(TestApp.root,'lib')

require 'test_app'
require 'mutant'

RSpec.configure do |config|
  config.include(CompressHelper)
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mutant-0.2.17 spec/spec_helper.rb
mutant-0.2.16 spec/spec_helper.rb
mutant-0.2.15 spec/spec_helper.rb
mutant-0.2.14 spec/spec_helper.rb
mutant-0.2.13 spec/spec_helper.rb
mutant-0.2.12 spec/spec_helper.rb
mutant-0.2.11 spec/spec_helper.rb
mutant-0.2.9 spec/spec_helper.rb
mutant-0.2.8 spec/spec_helper.rb
mutant-0.2.7 spec/spec_helper.rb
mutant-0.2.6 spec/spec_helper.rb
mutant-0.2.5 spec/spec_helper.rb
mutant-0.2.4 spec/spec_helper.rb
mutant-0.2.3 spec/spec_helper.rb
mutant-0.2.2 spec/spec_helper.rb
mutant-0.2.1 spec/spec_helper.rb
mutant-0.2.0 spec/spec_helper.rb