Guardfile in acumatica-0.2.1 vs Guardfile in acumatica-0.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
guard :rspec, cmd: "bin/rspec" do
require "guard/rspec/dsl"
dsl = Guard::RSpec::Dsl.new(self)
# RSpec files
- old
+ new