File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def sample_results
23
23
</rsp>)
24
24
end
25
25
26
- it "should take in some arguments" do
26
+ it "should take in some arguments and respond with valid items " do
27
27
fake_get "/api/prospectAccount/version/3/do/query?assigned=true&format=simple&user_key=bar&api_key=my_api_key" , sample_results
28
28
29
29
@client . prospect_accounts . query ( :assigned => true ) . should == { 'total_results' => 2 ,
@@ -66,7 +66,7 @@ def sample_results
66
66
</rsp>)
67
67
end
68
68
69
- it 'should return the prospect' do
69
+ it 'should return the prospect account ' do
70
70
fake_post '/api/prospectAccount/version/3/do/create?api_key=my_api_key&user_key=bar&format=simple&name=SuperPanda' , sample_results
71
71
72
72
@client . prospect_accounts . create ( :name => 'SuperPanda' ) . should == { "name" => "SuperPanda" }
You can’t perform that action at this time.
0 commit comments