spec/spec_helper.rb in rubygems-tasks-0.1.2 vs spec/spec_helper.rb in rubygems-tasks-0.2.0
- old
+ new
@@ -6,11 +6,7 @@
unless File.directory?(PROJECTS_DIR)
abort "Please run `rake data:projects` before running the specs!"
end
-RSpec.configure do |spec|
- spec.before(:suite) do
- # clear the $RUBYCONSOLE env variable
- ENV['RUBYCONSOLE'] = nil
- end
-end
+# clear the $RUBYCONSOLE env variable
+ENV['RUBYCONSOLE'] = nil