Sha256: 39f265d5f4271e73e29555fbc48437ffcac9beec36277fe43b1dd954ee347756

Contents?: true

Size: 274 Bytes

Versions: 1

Compression:

Stored size: 274 Bytes

Contents

require 'spec_helper'

feature "<%= class_name.pluralize %>" do
    scenario "When visit the index i should see some <%= plural_table_name %>" do
      # Write some real scenario
      visit <%= index_helper %>_path
      response.status.should be(200)
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_leonardo-0.2.0 lib/generators/rspec/leointegration/templates/feature.rb