Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created February 26, 2010 18:20
Show Gist options
  • Save jherdman/315987 to your computer and use it in GitHub Desktop.
Save jherdman/315987 to your computer and use it in GitHub Desktop.
/Users/james/dev/braintree_ruby/lib/braintree/ssl_expiration_check.rb:29:in `initialize': wrong number of arguments (3 for 0) (ArgumentError)
from /Users/james/dev/braintree_ruby/lib/braintree/ssl_expiration_check.rb:29:in `new'
from /Users/james/dev/braintree_ruby/lib/braintree/ssl_expiration_check.rb:29:in `qa_expiration_date'
from /Users/james/dev/braintree_ruby/lib/braintree/ssl_expiration_check.rb:9:in `check_dates'
from /Users/james/dev/braintree_ruby/lib/braintree.rb:55
from /Users/james/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Users/james/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./spec/unit/braintree/../../spec_helper.rb:10
from ./spec/unit/braintree/../spec_helper.rb:1:in `require'
from ./spec/unit/braintree/../spec_helper.rb:1
from ./spec/unit/braintree/address_spec.rb:1:in `require'
from ./spec/unit/braintree/address_spec.rb:1
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load_files'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `each'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `load_files'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/options.rb:133:in `run_examples'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/lib/spec/runner/command_line.rb:9:in `run'
from /Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/bin/spec:5
rake aborted!
Command /Users/james/.rvm/rubies/ruby-1.8.7-p249/bin/ruby -I"lib" "/Users/james/.rvm/gems/ruby-1.8.7-p249/gems/rspec-1.3.0/bin/spec" "spec/unit/braintree/address_spec.rb" "spec/unit/braintree/base_module_spec.rb" "spec/unit/braintree/configuration_spec.rb" "spec/unit/braintree/credit_card_spec.rb" "spec/unit/braintree/credit_card_verification_spec.rb" "spec/unit/braintree/customer_spec.rb" "spec/unit/braintree/digest_spec.rb" "spec/unit/braintree/error_result_spec.rb" "spec/unit/braintree/errors_spec.rb" "spec/unit/braintree/http_spec.rb" "spec/unit/braintree/paged_collection_spec.rb" "spec/unit/braintree/ssl_expiration_check_spec.rb" "spec/unit/braintree/successful_result_spec.rb" "spec/unit/braintree/transaction/credit_card_details_spec.rb" "spec/unit/braintree/transaction/customer_details_spec.rb" "spec/unit/braintree/transaction_spec.rb" "spec/unit/braintree/transparent_redirect_spec.rb" "spec/unit/braintree/util_spec.rb" "spec/unit/braintree/validation_error_collection_spec.rb" "spec/unit/braintree/validation_error_spec.rb" "spec/unit/braintree/xml/libxml_spec.rb" "spec/unit/braintree/xml_spec.rb" "spec/unit/braintree_spec.rb" failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment