File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Or install it from the command line:
3131
3232 $ gem install openpay
3333
34- ###Requirements
34+ ### Requirements
3535
3636 * ruby 2.4 or higher
3737
Original file line number Diff line number Diff line change 220220 end
221221 end
222222
223+ #skipping for review
223224 skip 'iterates over a given customer payouts' do
224225 a_customer = @customers . all . last
225226 @payouts . each ( a_customer [ 'id' ] ) do |pay |
Original file line number Diff line number Diff line change 44
55require 'openpay'
66require 'factory_bot'
7+ #uncomment below to test on travis-ci
78FactoryBot . find_definitions
89require 'test/Factories'
910require 'rspec'
1213RSpec . configure do |config |
1314 config . include FactoryBot ::Syntax ::Methods
1415
16+ #uncomment below to test on local
1517 #config.before(:suite) {FactoryBot.reload}
1618
1719 config . expect_with :rspec do |c |
You can’t perform that action at this time.
0 commit comments