spec/spec_helper.rb in square_connect-2.20180918.1.251 vs spec/spec_helper.rb in square_connect-2.20181205.0.263
- old
+ new
@@ -62,11 +62,11 @@
SquareConnect.configure do |config|
# Configure OAuth2 access token for authorization: oauth2
config.access_token = @account["access_token"]
end
end
-
+
# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin
# These two settings work together to allow you to limit a spec run
# to individual examples or groups you care about by tagging them with
@@ -120,6 +120,6 @@
=end
end
def load_accounts()
open('./travis-ci/accounts.json') { |f| JSON.load(f) }
-end
\ No newline at end of file
+end