Remove superfluous test setup

There are no zones at the start of the test. This is probably a
left-over from old times when specs were not encapsulated in
transactions.
This commit is contained in:
Maikel Linke
2023-03-24 13:29:57 +11:00
parent 4c61666fc7
commit 67ab8f63e0

View File

@@ -8,7 +8,6 @@ describe "Zones" do
before do
login_as_admin
Spree::Zone.delete_all
end
it "list existing zones" do