Sha256: 94072246f5f0335696044ec6e60591a44317b546b0d4a554e43019a9173daa67

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

require 'blather'
require 'countdownlatch'

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.mock_with :mocha
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true

  config.before(:each) { GirlFriday::WorkQueue.immediate! }
end

def parse_stanza(xml)
  Nokogiri::XML.parse xml
end

def jruby?
  RUBY_PLATFORM =~ /java/
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blather-1.0.0 spec/spec_helper.rb