Sha256: f23f9f18d5d992454eed4b28b86c1b7984fd781cbdcbe91fe05703467404a6b8

Contents?: true

Size: 371 Bytes

Versions: 7

Compression:

Stored size: 371 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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blather-0.8.8 spec/spec_helper.rb
blather-0.8.7 spec/spec_helper.rb
blather-0.8.6 spec/spec_helper.rb
blather-0.8.5 spec/spec_helper.rb
blather-0.8.4 spec/spec_helper.rb
blather-0.8.3 spec/spec_helper.rb
blather-0.8.2 spec/spec_helper.rb