BikeBikeBike/spec/support/delorean.rb
Cesidio Di Landa bc85296079 Bumped VERSION to 0.2.0
Updated CHANGELOG
Rails 4.0.0rc1
Improved and fixed spec helper
2013-05-02 11:41:41 +02:00

8 lines
115 B
Ruby

RSpec.configure do |config|
config.include Delorean
config.before(:each) do
back_to_the_present
end
end