Skip to content

Commit

Permalink
fix spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 18, 2024
1 parent 28815cf commit f10cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/routing/picture_files_routing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
end

it "routes to #download" do
expect(get: "/picture_files/1/download").to route_to("picture_files#download", id: "1")
expect(get: "/picture_files/1/download").to route_to("picture_files#download", picture_file_id: "1")
end
end
end

0 comments on commit f10cc9b

Please sign in to comment.