Sha256: 1be1a488d52c2c47689f1765b5a455fef8a44bb0ff746494caaf1c08a53d7915

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

require 'spec_helper'

feature 'Asset pipeline' do
  scenario 'Browser requests application stylesheet' do
    visit asset_path('application.css')
    # save_and_open_page  # for debugging (opens page in browser)
    
    expect(page).to have_text(<<-EOF
    /* Github Markdown Stylesheet */
    /* Based on https://gist.github.com/3331384 */
    EOF
    )
  end # scenario
end # feature

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github-css-rails-1.1.2 spec/features/asset_pipeline_spec.rb