Guardfile in guard-busted-0.1.2 vs Guardfile in guard-busted-1.0.0
- old
+ new
@@ -1,6 +1,8 @@
-guard :rspec, cmd: "bundle exec rspec" do
- require "guard/rspec/dsl"
+# frozen_string_literal: true
+
+guard :rspec, cmd: 'bundle exec rspec' do
+ require 'guard/rspec/dsl'
dsl = Guard::RSpec::Dsl.new(self)
# RSpec files
rspec = dsl.rspec
watch(rspec.spec_helper) { rspec.spec_dir }