first mini test, remove spec

This commit is contained in:
Torsten Ruger
2015-07-24 18:38:37 +03:00
parent 1526656dfe
commit 93ac945dd2
9 changed files with 47 additions and 40 deletions

View File

@ -1,11 +0,0 @@
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')
end
end