Sha256: 6ce5d8b5ecf9bac116cff47ffd35a5f3398821f69a50a6a9a4be46850ad9d3c4

Contents?: true

Size: 451 Bytes

Versions: 9

Compression:

Stored size: 451 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../../spec_helper')

describe "/<%= class_name.underscore %>/<%= action %>" do

  # Delete this example and add some real ones or delete this file
  it "should tell you where to find the file" do
    render '<%= class_name.underscore %>/<%= action %>'
    response.should have_tag('p', %r[Find me in app/views/<%= class_name.underscore %>/<%= action %>])
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
Objective3-objective_spec-0.0.2 generators/objective_controller/templates/view_spec.rb
Objective3-objective_spec-0.0.3 generators/objective_controller/templates/view_spec.rb
Objective3-objective_spec-0.0.4 generators/objective_controller/templates/view_spec.rb
Objective3-objective_spec-0.1.2 generators/objective_controller/templates/view_spec.rb
Objective3-objective_spec-0.1.3 generators/objective_controller/templates/view_spec.rb
Objective3-objective_spec-0.1.4 generators/objective_controller/templates/view_spec.rb
objective_spec-0.3.1 generators/objective_controller/templates/view_spec.rb
objective_spec-0.3.0 generators/objective_controller/templates/view_spec.rb
objective_spec-0.2.0 generators/objective_controller/templates/view_spec.rb