Sha256: fb3b92a16984f0807d774996284ce18bea7726bd41b7d518bea08d1ba1cc3b92
Contents?: true
Size: 436 Bytes
Versions: 10
Compression:
Stored size: 436 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "spec_helper.rb") describe <%= @name_plural_camel %>Controller do <% @actions.each do |action| %> describe "<%= action %>" do it "should get the <%= action %> action" do get <%= @name_plural %>_<%= action %>_url response.should be_successful response.body.should match(/<%= @name_plural_camel %>Controller#<%= action %>/) end end <% end %> end
Version data entries
10 entries across 10 versions & 1 rubygems