spec/spec_helper.rb in ipizza-1.0.0 vs spec/spec_helper.rb in ipizza-2.0.0
- old
+ new
@@ -1,9 +1,9 @@
require 'rspec'
# 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}
+Dir[File.expand_path(File.join(File.dirname(__FILE__), 'support', '**', '*.rb'))].each { |f| require f }
RSpec.configure do |c|
c.mock_with :rspec
end