Skip to content

Commit

Permalink
Update spec/controllers/admin/customers_controller_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Brasero <pablo@pablobm.com>
  • Loading branch information
jbennett and pablobm committed May 25, 2020
1 parent 0e327d9 commit dd52f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/admin/customers_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd52f36

Please sign in to comment.