spec/watirspec/elements/tbody_spec.rb in watir-7.1.0 vs spec/watirspec/elements/tbody_spec.rb in watir-7.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'watirspec_helper'
describe 'TableBody' do
before :each do
browser.goto(WatirSpec.url_for('tables.html'))