9c1d9cfa58
* One of the main reasons behind mutant was to get a rid of rspec-1.3 in my toolchain. * Remove most of mri specific stuff from Gemfile. * Remove of mri specific taks will happen later, will heckle locally with external rspec-1.3 + heckle setup. * Mutant should be self hosting as fast as possible :P
11 lines
222 B
Ruby
11 lines
222 B
Ruby
# encoding: utf-8
|
|
|
|
require 'rspec'
|
|
|
|
# require spec support files and shared behavior
|
|
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f }
|
|
|
|
require 'mutant'
|
|
|
|
RSpec.configure do |config|
|
|
end
|