spec/spec_helper.rb in webtranslateit-payday-1.2.8 vs spec/spec_helper.rb in webtranslateit-payday-1.3.0

- old
+ new

@@ -1,9 +1,9 @@ require_relative '../lib/payday' # Requires supporting ruby files with custom matchers and macros, etc, in # spec/support/ and its subdirectories. -Dir['spec/support/**/*.rb'].each { |f| require f[5..-1] } +Dir['spec/support/**/*.rb'].each { |f| require f[5..] } RSpec.configure do |_config| # some (optional) config here end