spec/requests/account_users_spec.rb in iugusdk-1.0.0.alpha.0 vs spec/requests/account_users_spec.rb in iugusdk-1.0.0.alpha.1

- old
+ new

@@ -55,10 +55,10 @@ visit account_users_index_path(:account_id => @current_user.accounts.first.id) end it { page.should have_content User.last.name } it { page.should_not have_link I18n.t("iugu.remove") } - it { page.should have_link I18n.t("iugu.invite") } + it { page.should_not have_link I18n.t("iugu.invite") } it { page.should_not have_link I18n.t("iugu.permissions") } end context "when current_user and account_user are owners" do