BikeBikeBike/spec/support/delorean.rb

8 lines
115 B
Ruby
Raw Normal View History

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