spec/spec_helper.rb in chgk_rating-1.0.0.rc1 vs spec/spec_helper.rb in chgk_rating-1.0.0
- old
+ new
@@ -1,13 +1,13 @@
-require 'simplecov'
-SimpleCov.start do
- add_filter "spec/"
-end
-
-require 'chgk_rating'
-
-# Support files
-Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
-
-RSpec.configure do |config|
- config.include TestClient
+require 'simplecov'
+SimpleCov.start do
+ add_filter "spec/"
+end
+
+require 'chgk_rating'
+
+# Support files
+Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
+
+RSpec.configure do |config|
+ config.include TestClient
end
\ No newline at end of file