Sha256: 8fe890836b2bb4a4dde9d91c2b9da5e31c34010090973f30cba00ef18cdb234b
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
require 'spec_helper' <% module_namespacing do -%> describe <%= class_name %>Controller, :type => :controller do <% for action in actions -%> describe "GET '<%= action %>'" do it "returns http success" do get '<%= action %>' expect(response).to be_success end end <% end -%> end <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-rails-3.0.0.rc1 | lib/generators/rspec/controller/templates/controller_spec.rb |