Sha256: edde131d408964274fc412da7afb174d481892e621a93d3722a9d43014ddd743
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
require 'blather' require 'mocha' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blather-0.7.1 | spec/spec_helper.rb |
blather-0.7.0 | spec/spec_helper.rb |