Initial commit - fresh start
This commit is contained in:
13
spec/features/spree/home_page_spec.rb
Normal file
13
spec/features/spree/home_page_spec.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe 'Home Page', type: :feature do
|
||||
describe 'visiting the home page' do
|
||||
before do
|
||||
visit '/'
|
||||
end
|
||||
|
||||
it 'loads successfully' do
|
||||
expect(page.status_code).to eq(200)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user