Sha256: 0d8ab1dd90494e04942cf0f46eb2758db0bf20b647c55a548e36ce6f3778b71e

Contents?: true

Size: 330 Bytes

Versions: 5

Compression:

Stored size: 330 Bytes

Contents

require 'spec_helper'

feature 'Assets integration' do
  it 'provides tidy-table.js on the asset pipeline' do
    visit '/assets/tidy-table.js'
    expect(page.status_code).to be 200
  end

  it 'provides tidy-table.css on the asset pipeline' do
    visit '/assets/tidy-table.css'
    expect(page.status_code).to be 200
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tidy-table-rails-3.1.1 spec/features/assets_spec.rb
tidy-table-rails-3.1.0 spec/features/assets_spec.rb
tidy-table-rails-3.0.2 spec/features/assets_spec.rb
tidy-table-rails-3.0.1 spec/features/assets_spec.rb
tidy-table-rails-3.0.0 spec/features/assets_spec.rb