Sha256: 35e664ffa266d362ac73fc546dc8f52831dab7997b41bc811c1c382855ebde61

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

require 'spec_helper'

feature 'Custom assets' do

  scenario 'should allow custom JS from main app', js: true do
    visit fae.root_path
    # custom JS adds 'test-class' to '.login-body'
    expect(page).to have_selector('.login-body.test-class')
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fae-rails-1.2.4 spec/features/custom_assets_spec.rb
fae-rails-1.2.3 spec/features/custom_assets_spec.rb
fae-rails-1.2.2 spec/features/custom_assets_spec.rb