require File.dirname(__FILE__) + '/../spec_helper' describe Atomic::Service do before(:each) do end it "should work" do xml = File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', 'valid_atom_service.xml')) @service = Atomic::Service.parse(xml) end end