Skip to content

Commit 48b14e3

Browse files
committed
Changes on README
Changes on README and comments added
1 parent 3b057c7 commit 48b14e3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/spec/payouts_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
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|

test/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
require 'openpay'
66
require 'factory_bot'
7+
#uncomment below to test on travis-ci
78
FactoryBot.find_definitions
89
require 'test/Factories'
910
require 'rspec'
@@ -12,6 +13,7 @@
1213
RSpec.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|

0 commit comments

Comments
 (0)