spec/spec_helper.rb in ipizza-0.5.3 vs spec/spec_helper.rb in ipizza-0.5.4

- old
+ new

@@ -2,8 +2,8 @@ # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f} -Rspec.configure do |c| +RSpec.configure do |c| c.mock_with :rspec end