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
2323 </rsp>)
2424 end
2525
26- it "should take in some arguments" do
26+ it "should take in some arguments and respond with valid items " do
2727 fake_get "/api/prospectAccount/version/3/do/query?assigned=true&format=simple&user_key=bar&api_key=my_api_key" , sample_results
2828
2929 @client . prospect_accounts . query ( :assigned => true ) . should == { 'total_results' => 2 ,
@@ -66,7 +66,7 @@ def sample_results
6666 </rsp>)
6767 end
6868
69- it 'should return the prospect' do
69+ it 'should return the prospect account ' do
7070 fake_post '/api/prospectAccount/version/3/do/create?api_key=my_api_key&user_key=bar&format=simple&name=SuperPanda' , sample_results
7171
7272 @client . prospect_accounts . create ( :name => 'SuperPanda' ) . should == { "name" => "SuperPanda" }
You can’t perform that action at this time.
0 commit comments