diff --git a/spec/controllers/admin/customers_controller_spec.rb b/spec/controllers/admin/customers_controller_spec.rb index 1a24abc577..c16c91c89d 100644 --- a/spec/controllers/admin/customers_controller_spec.rb +++ b/spec/controllers/admin/customers_controller_spec.rb @@ -58,7 +58,7 @@ def default_sorting_direction end end - it "retreives resources in the correct order" do + it "retrieves resources in the correct order" do customers = create_list(:customer, 5) sorted_customer_names = customers.map(&:name).sort.reverse