mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
Louis | Adds form for selecting bike labels to print
This commit is contained in:
@@ -31,5 +31,9 @@ describe BikesController do
|
||||
delete("/bikes/1").should route_to("bikes#destroy", :id => "1")
|
||||
end
|
||||
|
||||
it "routes to #print_select" do
|
||||
get("/bikes/print_select").should route_to("bikes#print_select")
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user