Skip to content

Commit 00b6bca

Browse files
author
Daniel Marvin
committed
changed description slightly
1 parent 4faf25b commit 00b6bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/pardot/objects/prospect_accounts_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)