spec/rest/client_spec.rb in finapps-0.18.0.pre vs spec/rest/client_spec.rb in finapps-0.18.1.pre
- old
+ new
@@ -15,14 +15,17 @@
it 'responds to user_credentials!' do
expect(@client).to respond_to(:user_credentials!)
end
+
+
it 'responds to public api methods' do
- [:alert, :alert_definition, :alert_setting,
- :budget, :budget_calculation, :budget_models, :cashflow,
+ [:alert, :alert_definition, :alert_settings, :alert_preferences,
+ :budgets, :budget_calculation, :budget_models, :cashflows,
:categories, :institutions, :transactions,
- :user_institutions, :users].each do |method|
+ :user_institutions, :users,
+ :rule_sets].each do |method|
expect(@client).to respond_to(method)
end
end
describe '#new' do
\ No newline at end of file