0

走ってみた

BROWSER=phantom rspec spec

新しく作成された Volt アプリで、次のエラーが発生します。

WARNING: LoadError: cannot load such file -- volt/views/notices/index
# ... continues for some time ...

これはかなりデフォルトの仕様でした:

require 'spec_helper'

describe 'sample integration test', type: :feature do
  # An example integration spec, this will only be run if ENV['BROWSER'] is
  # specified.  Current values for ENV['BROWSER'] are 'firefox' and 'phantom'
  it 'should load the page' do
    visit '/'

    expect(page).to have_content('Home')
    puts '======'
  end
end

これはデフォルトの仕様設定であることを覚えておいてください。ここで何か不足していますか?

4

0 に答える 0