require 'spec_helper' feature 'Asset pipeline' do scenario 'Browser requests application stylesheet' do visit '/assets/application.css' expect(page).to have_text(<<-EOF /* Github Markdown Stylesheet */ /* Based on https://gist.github.com/3331384 */ EOF ) end # scenario end # feature