Sha256: 7e1df74b7a53979fd3c436f823f57e8d33ada991d7eb7459de9931de48ef5fdd

Contents?: true

Size: 391 Bytes

Versions: 34

Compression:

Stored size: 391 Bytes

Contents

require 'spec_helper'

describe "/<%= class_name.underscore %>/<%= action %>" do
  before(:each) do
    render '<%= class_name.underscore %>/<%= action %>'
  end

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

Version data entries

34 entries across 34 versions & 7 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/rspec-rails-1.3.4/generators/rspec_controller/templates/view_spec.rb
richzhou-rspec-rails-1.3.4 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.4 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.3 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.3.rc generators/rspec_controller/templates/view_spec.rb
exception2db-0.0.1 test/rspec-rails/generators/rspec_controller/templates/view_spec.rb
schofield-0.1.5 generators/schofield_controller/templates/view_spec.rb
schofield-0.1.4 generators/schofield_controller/templates/view_spec.rb
schofield-0.1.3 generators/schofield_controller/templates/view_spec.rb
schofield-0.1.2 generators/schofield_controller/templates/view_spec.rb
schofield-0.1.1 generators/schofield_controller/templates/view_spec.rb
schofield-0.1.0 generators/schofield_controller/templates/view_spec.rb
schofield-0.0.11 generators/schofield_controller/templates/view_spec.rb
schofield-0.0.10 generators/schofield_controller/templates/view_spec.rb
schofield-0.0.9 generators/schofield_controller/templates/view_spec.rb
rspec-rails-w-factory_girl-1.3.2.1 generators/rspec_controller/templates/view_spec.rb
rspec-rails-w-factory_girl-1.3.2 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.2 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.1 generators/rspec_controller/templates/view_spec.rb
rspec-rails-1.3.0 generators/rspec_controller/templates/view_spec.rb