spec/spec_helper.rb in watir-performance-0.5.0 vs spec/spec_helper.rb in watir-performance-0.5.1
- old
+ new
@@ -2,10 +2,9 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'watir-performance'
require 'watir'
-Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
+Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
RSpec.configure do |config|
-
end