Skip to content

Instantly share code, notes, and snippets.

@jasonmarkperez
Created March 19, 2010 18:16
Show Gist options
  • Save jasonmarkperez/337996 to your computer and use it in GitHub Desktop.
Save jasonmarkperez/337996 to your computer and use it in GitHub Desktop.
in the test:
context "upgrade" do
setup {@account = users(:minimum_agent)}
should "not display plus+ cost details" do
assert_select "p.agent-upgrade"
end
end
on the page
<% if current_user.is_agent? && !current_user.is_admin? %>
<p class="agent_upgrade">Please contact that account owner
of this help desk to upgrade your account.</p>
<% elsif current_user.is_admin? %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment