Sha256: eee79d87e346a798b5d6f425d2f51d80dd8df73d085c0b223cfe05766ddcd6cf

Contents?: true

Size: 253 Bytes

Versions: 14

Compression:

Stored size: 253 Bytes

Contents

require 'bundler'

require 'killbill'
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

14 entries across 14 versions & 1 rubygems

Version Path
killbill-notification-test-1.9.1 spec/spec_helper.rb
killbill-notification-test-1.9.0 spec/spec_helper.rb
killbill-notification-test-1.8.0 spec/spec_helper.rb
killbill-notification-test-1.0.0 spec/spec_helper.rb
killbill-notification-test-1.7.4 spec/spec_helper.rb
killbill-notification-test-1.7.3 spec/spec_helper.rb
killbill-notification-test-1.7.2 spec/spec_helper.rb
killbill-notification-test-1.7.1 spec/spec_helper.rb
killbill-notification-test-1.7.0 spec/spec_helper.rb
killbill-notification-test-1.6.0 spec/spec_helper.rb
killbill-notification-test-1.5.0 spec/spec_helper.rb
killbill-notification-test-1.4.0 spec/spec_helper.rb
killbill-notification-test-1.3.0 spec/spec_helper.rb
killbill-notification-test-1.0.2 spec/spec_helper.rb