Sha256: 95b385df81d96fec6d7df0c4c8e3db40ed63bce197f47c4eadeef46f9eca80ac

Contents?: true

Size: 234 Bytes

Versions: 21

Compression:

Stored size: 234 Bytes

Contents

require 'bundler'

require 'rspec'

RSpec.configure do |config|
  config.color_enabled = true
  config.tty = true
  config.formatter = 'documentation'
end

class Object
  def blank?
    respond_to?(:empty?) ? empty? : !self
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
killbill-payment-test-1.8.1 spec/spec_helper.rb
killbill-payment-test-1.8.0 spec/spec_helper.rb
killbill-payment-test-1.7.0 spec/spec_helper.rb
killbill-payment-test-1.6.3 spec/spec_helper.rb
killbill-payment-test-1.6.2 spec/spec_helper.rb
killbill-payment-test-1.6.1 spec/spec_helper.rb
killbill-payment-test-1.6.0 spec/spec_helper.rb
killbill-payment-test-1.5.0 spec/spec_helper.rb
killbill-payment-test-1.4.0 spec/spec_helper.rb
killbill-payment-test-1.3.0 spec/spec_helper.rb
killbill-payment-test-1.2.0 spec/spec_helper.rb
killbill-payment-test-1.1.0 spec/spec_helper.rb
killbill-payment-test-1.0.9 spec/spec_helper.rb
killbill-payment-test-1.0.8 spec/spec_helper.rb
killbill-payment-test-1.0.7 spec/spec_helper.rb
killbill-payment-test-1.0.6 spec/spec_helper.rb
killbill-payment-test-1.0.5 spec/spec_helper.rb
killbill-payment-test-1.0.4 spec/spec_helper.rb
killbill-payment-test-1.0.3 spec/spec_helper.rb
killbill-payment-test-1.0.2 spec/spec_helper.rb