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 authored May 21, 2020
1 parent de29ef9 commit b738cbb
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 b738cbb

Please sign in to comment.