Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanley committed Apr 19, 2012
1 parent ccd14e5 commit 6bc9edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/manage_albums_spec.rb
Expand Up @@ -40,7 +40,7 @@
click_link category.title
click_link album.title

click_link 'Destroy'
click_link 'Delete'

page.should have_content 'Album was successfully destroyed.'

Expand Down
4 changes: 2 additions & 2 deletions spec/acceptance/manage_categories_spec.rb
Expand Up @@ -52,7 +52,7 @@

click_link root_category.title

click_link 'Destroy'
click_link 'Delete'

page.should have_content 'Category was successfully destroyed.'
page.should have_no_content root_category.title
Expand All @@ -66,7 +66,7 @@
click_link root_category.title
click_link child_category.title

click_link 'Destroy'
click_link 'Delete'

page.should have_content 'Category was successfully destroyed.'

Expand Down

0 comments on commit 6bc9edf

Please sign in to comment.