spec/spec_helper.rb in mblox-0.5.3 vs spec/spec_helper.rb in mblox-0.6.0

- old
+ new

@@ -19,10 +19,10 @@ LANDLINE = 6176354500 module Mblox class << self def reset_configuration - @config = Configuration.new + @config = nil end end end RSpec.configure do |config|