Sha256: 8f9a6fe0c6f95255c2611f8625a6adda9b36bb0ad298e5aef9072f79a04b40eb
Contents?: true
Size: 742 Bytes
Versions: 23
Compression:
Stored size: 742 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "spec_helper") describe <%= @name_plural_camel %>Controller do describe "index" do it "should list <%= @name_plural %>" end describe "show" do it "should show a <%= @name_singular %>" end describe "new" do it "should show a form to create a new <%= @name_singular %>" end describe "edit" do it "should edit a <%= @name_singular %>" end describe "create" do it "should create a <%= @name_singular %>" end describe "update" do it "should update a <%= @name_singular %>" end describe "delete" do it "should delete a <%= @name_singular %>" end end
Version data entries
23 entries across 23 versions & 3 rubygems