spec/spec_helper.rb in policy-1.0.4 vs spec/spec_helper.rb in policy-1.0.5

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 # Loads the RSpec test suit. -require "hexx-suit" +require "hexx-rspec" # 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 "policy"