spec/spec_helper.rb in aasm-2.2.0 vs spec/spec_helper.rb in aasm-2.2.1

- old
+ new

@@ -1,11 +1,10 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) - require 'aasm' -require 'spec' -require 'spec/autorun' +require 'rspec' +require 'rspec/autorun' -Spec::Runner.configure do |config| +RSpec.configure do |config| end