spec/spec_helper.rb in rest-ftp-daemon-0.250.5 vs spec/spec_helper.rb in rest-ftp-daemon-0.300.1
- old
+ new
@@ -1,10 +1,10 @@
require "pathname"
require "http"
require "pry"
-require_relative "support/request_helpers"
require_relative "../lib/rest-ftp-daemon/constants"
+require_relative "support/request_helpers"
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest
# assertions if you prefer.