spec/api/rhosync_api_spec.rb in rhosync-2.1.0.beta.1 vs spec/api/rhosync_api_spec.rb in rhosync-2.1.0.beta.2

- old
+ new

@@ -167,10 +167,10 @@ {"name"=>"belongs_to", "type"=>"string", "value"=>nil}, {"name"=>"has_many", "type"=>"string", "value"=>"FixedSchemaAdapter,brand"}, {"name"=>"queue", "value"=>nil, "type"=>"string"}, {"name"=>"query_queue", "value"=>nil, "type"=>"string"}, {"name"=>"cud_queue", "value"=>nil, "type"=>"string"}, - {"name"=>"schema", "value"=>nil, "type"=>"string"}] + {"name"=>"pass_through", "value"=>nil, "type"=>"string"}] end it "should list source attributes using rest call" do res = mock('HttpResponse') res.stub!(:body).and_return(["SimpleAdapter"].to_json) \ No newline at end of file