Sha256: 859bf74b0d11a638388b830697b4cccc3774efba7fd121dabf2ffc72eb1c5570
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
require 'spec_helper' <% module_namespacing do -%> describe <%= class_name %>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
7 entries across 7 versions & 1 rubygems