spec/spec_helper.rb in pivot_table-0.1.3 vs spec/spec_helper.rb in pivot_table-0.1.4

- old
+ new

@@ -5,10 +5,10 @@ require 'pivot_table' require 'ostruct' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. -Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} +Dir["./spec/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| -end \ No newline at end of file +end