Skip to content

Instantly share code, notes, and snippets.

@smaboshe
Created August 18, 2011 06:59
Show Gist options
  • Save smaboshe/1153560 to your computer and use it in GitHub Desktop.
Save smaboshe/1153560 to your computer and use it in GitHub Desktop.
Plan selection test spec
require 'spec_helper'
describe "Plan selection" do
it "selects the Bronze plan" do
visit plans_path
click_link "bronze"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment