Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created November 9, 2012 11:27
Show Gist options
  • Save benphelps/4045235 to your computer and use it in GitHub Desktop.
Save benphelps/4045235 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe "account" do
context 'with no displayname' do
it 'can set display name' , :js => true, :slow => true do
end
end
context 'with a displayname' do
it 'can change display name' , :js => true, :slow => true do
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment