spec/whm/account_spec.rb in lumberg-1.0.0 vs spec/whm/account_spec.rb in lumberg-1.0.1

- old
+ new

@@ -133,10 +133,10 @@ it "lists all accounts" do result = @account.list result[:success].should be_true result[:params][:acct].should have(10).accounts - p result[:params][:acct].first[:ip].should_not be_false + result[:params][:acct].first[:ip].should_not be_false end it "returns data for the account" do result = @account.list(:searchtype => 'user', :search => 'changeme') result[:success].should be_true