Skip to content

Commit

Permalink
Remove Users tab testing in admin/homepage_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed May 29, 2012
1 parent 04b27dd commit 9c7f056
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions core/spec/requests/admin/homepage_spec.rb
Expand Up @@ -31,10 +31,6 @@
it "should have a link to configuration" do
page.find_link("Configuration")['/admin/configurations']
end

it "should have a link to users" do
page.find_link("Users")['/admin/users']
end
end

context "visiting the products tab" do
Expand All @@ -59,14 +55,4 @@
end

end

context "visiting the users tab" do
before(:each) do
visit spree.admin_users_path
end

it "should have the right header text" do
page.should have_content("Listing Users")
end
end
end

0 comments on commit 9c7f056

Please sign in to comment.