To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratornamed routes
Routing specs have access to named routes.
- Scenarios
-
- access named route
-
- Given
-
a file named "spec/routing/widget_routes_spec.rb" with:
require "spec_helper" describe "routes to the widgets controller" do it "routes a named route" do {:get => new_widget_path}. should route_to(:controller => "widgets", :action => "new") end end
- When
- I run "rspec spec"
- Then
- the examples should all pass
Last published over 7 years ago by .