Skip to content

Commit

Permalink
confirm registration spec renamed to admin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomanhaes committed Aug 7, 2011
1 parent ff0390b commit 206c537
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'spec_helper'

feature 'confirm registration' do
feature 'admin registration' do
before :each do
login

Expand All @@ -11,7 +11,7 @@
create_short_course presentation: 'Hacking Pip', attendee: 'Ian da Silva'
end

scenario 'happy path' do
scenario 'confirm registration' do
visit request_confirm_registrations_path
check 'Guido da Silva - Hacking CPython'
check 'Ian da Silva - Hacking Pip'
Expand Down

0 comments on commit 206c537

Please sign in to comment.