Skip to content

Commit

Permalink
Correct admin ui spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh French committed Mar 20, 2010
1 parent bea51d3 commit d66bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/radiant/admin_ui_spec.rb
Expand Up @@ -104,7 +104,7 @@
user.index.tbody.should == %w{title_cell roles_cell modify_cell}
user.index.bottom.should == %w{new_button}
user.preferences.main.should == %w{edit_header edit_form}
user.preferences.form.should == %w{edit_name edit_email edit_username edit_locale edit_password}
user.preferences.form.should == %w{edit_name edit_email edit_username edit_password edit_locale}
user.preferences.form_bottom.should == %w{edit_buttons}

user.new.should == user.edit
Expand Down

0 comments on commit d66bd18

Please sign in to comment.