spec/support/ice_nine_config.rb in mutest-0.0.9 vs spec/support/ice_nine_config.rb in mutest-0.0.10
- old
+ new
@@ -1,8 +1,8 @@
require 'ice_nine'
module IceNine
class Freezer
class RSpec < NoFreeze
- end # RSpec
- end # Freezer
-end # IceNine
+ end
+ end
+end