Sha256: 7241bd850f8199d58dc973496a3f62f539be4cdd7cd8a212527228e0a864c040
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
require "spec_helper" describe NoLayoutFileController do render_views context "GET :index" do let(:layout) { "application" } let(:action) { :index } it_should_behave_like "custom layout" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
layout-0.2.0 | spec/controllers/no_layout_file_controller_spec.rb |