remove excess require

This commit is contained in:
Stephen
2024-04-01 10:42:08 +10:00
parent 5102a1f196
commit 5c4043977b

View File

@@ -5,9 +5,6 @@
#
require 'rspec'
require 'spec/support/constants.rb'
# require '../common/beef_test'
RSpec.describe 'Beef Login' do
let(:session) { Capybara::Session.new(:selenium_headless) }