Skip to content

Commit

Permalink
Changes on README
Browse files Browse the repository at this point in the history
Changes on README and comments added
  • Loading branch information
Renato Castañeda committed Dec 7, 2017
1 parent 3b057c7 commit 48b14e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Or install it from the command line:

$ gem install openpay

###Requirements
### Requirements

* ruby 2.4 or higher

Expand Down
1 change: 1 addition & 0 deletions test/spec/payouts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
end
end

#skipping for review
skip 'iterates over a given customer payouts' do
a_customer=@customers.all.last
@payouts.each(a_customer['id']) do |pay|
Expand Down
2 changes: 2 additions & 0 deletions test/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

require 'openpay'
require 'factory_bot'
#uncomment below to test on travis-ci
FactoryBot.find_definitions
require 'test/Factories'
require 'rspec'
Expand All @@ -12,6 +13,7 @@
RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods

#uncomment below to test on local
#config.before(:suite) {FactoryBot.reload}

config.expect_with :rspec do |c|
Expand Down

0 comments on commit 48b14e3

Please sign in to comment.