spec/spec_helper.rb in relish-0.0.9 vs spec/spec_helper.rb in relish-0.1.0
- old
+ new
@@ -2,9 +2,10 @@
require 'bundler'
Bundler.setup
require 'relish/command'
+Dir['./spec/support/*.rb'].map {|f| require f }
+
RSpec.configure do |config|
config.color_enabled = true
-
end
\ No newline at end of file