Sha256: 62c6ff13f81a0610bbdd9a01c74f45b5df56bd1a7096590726b08122012fc70b

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

require 'spec_helper'

describe "<%= class_name.pluralize %>", :type => :request do
  describe "GET /<%= table_name %>" do
    it "works! (now write some real specs)" do
      get <%= index_helper %>_path
      expect(response.status).to be(200)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-rails-3.0.0.rc1 lib/generators/rspec/integration/templates/request_spec.rb