spec/spec_helper.rb in cdyne-sms-notify-1.0.4 vs spec/spec_helper.rb in cdyne-sms-notify-1.0.6

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' -require 'spec' +require 'rspec' require 'mocha' require 'test/unit' require File.expand_path(File.dirname(__FILE__) + '/../lib/sms_notify') -Spec::Runner.configure do |config| +RSpec.configure do |config| config.mock_with :mocha -end \ No newline at end of file +end