free_mutant/spec/support/ice_nine_config.rb

9 lines
96 B
Ruby
Raw Normal View History

2013-01-15 17:46:05 -05:00
require 'ice_nine'
module IceNine
class Freezer
class RSpec < NoFreeze
end
end
end