Sha256: 2b0a3a4a8c1f408888ea58ec8ebed83ae5a7bf30ebd858566abf8fdd92026313

Contents?: true

Size: 387 Bytes

Versions: 6

Compression:

Stored size: 387 Bytes

Contents

require 'blather'
require 'mocha'
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

6 entries across 6 versions & 2 rubygems

Version Path
tp-blather-0.8.5 spec/spec_helper.rb
tp-blather-0.8.4 spec/spec_helper.rb
tp-blather-0.8.3 spec/spec_helper.rb
tp-blather-0.8.2 spec/spec_helper.rb
blather-0.8.1 spec/spec_helper.rb
blather-0.8.0 spec/spec_helper.rb