spec/spec_helper.rb in iyzipay-zebramo-1.0.37 vs spec/spec_helper.rb in iyzipay-zebramo-1.0.38

- old
+ new

@@ -1,6 +1,7 @@ require_relative '../lib/IyziPay.rb' +require 'yaml' 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. @@ -75,6 +76,10 @@ # Setting this allows you to use `--seed` to deterministically reproduce # test failures related to randomization by passing the same `--seed` value # as the one that triggered the failure. Kernel.srand config.seed =end + +# To see more details during testing +RestClient.log = 'stdout' + end