test/integration/load_test.rb in gir_ffi-tracker-0.14.0 vs test/integration/load_test.rb in gir_ffi-tracker-0.15.0

- old
+ new

@@ -1,9 +1,11 @@ -require File.expand_path('../test_helper.rb', File.dirname(__FILE__)) +# frozen_string_literal: true -describe 'Upon load' do - describe 'the Tracker module' do - it 'should exist' do +require File.expand_path("../test_helper.rb", File.dirname(__FILE__)) + +describe "Upon load" do + describe "the Tracker module" do + it "should exist" do Tracker end end end