Created
March 19, 2010 18:16
-
-
Save jasonmarkperez/337996 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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