Sha256: 318c727e35169fe8411af6eca01ad561db5571240a6c36a4547f9bd380939797
Contents?: true
Size: 250 Bytes
Versions: 13
Compression:
Stored size: 250 Bytes
Contents
require "rails_helper" RSpec.describe "home/index", type: :system, js: true do before do driven_by(:selenium_headless) end it "renders the App component" do visit "home/index" expect(page.body).to match "App component" end end
Version data entries
13 entries across 13 versions & 1 rubygems