Sha256: b924b796677de08815e4b1f76df7ce67da2a85d14ceee965f625dd3477db4f6b

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '../spec_helper'))

describe NormalController do
  integrate_views

  it "GET :partial_from_c should render normal/partial_from_c, then c/_partial_in_bc" do
    get :partial_from_c
    response.body.should == 'normal:partial_from_c => c:_partial_in_bc'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
topherfangio-inherit_views-1.0.1 spec/controllers/normal_controller_spec.rb
topherfangio-inherit_views-1.0.2 spec/controllers/normal_controller_spec.rb
topherfangio-inherit_views-1.0.3 spec/controllers/normal_controller_spec.rb