spec/spec_helper.rb in service_objects-0.0.1 vs spec/spec_helper.rb in service_objects-0.0.2
- old
+ new
@@ -1,15 +1,10 @@
# encoding: utf-8
# Loads the RSpec test suit.
-require "hexx-suit"
+require "hexx-rspec"
-# Loads the RSpec support files.
-Dir.chdir File.expand_path("..", __FILE__) do
- Dir["./support/config/*.rb"].each { |file| require file }
-end
-
# Loads runtime metrics in the current scope
-Hexx::Suit.load_metrics_for(self)
+Hexx::RSpec.load_metrics_for(self)
# Loads the code of the module.
require "service_objects"