Guardfile in m2m_keygen-0.4.2 vs Guardfile in m2m_keygen-0.4.3
- old
+ new
@@ -22,11 +22,11 @@
# * spring: 'bin/rspec' (This will use spring if running and you have
# installed the spring binstubs per the docs)
# * zeus: 'zeus rspec' (requires the server to be started separately)
# * 'just' rspec: 'rspec'
-guard :rspec, cmd: "bundle exec rspec" do
- require "guard/rspec/dsl"
+guard :rspec, cmd: 'bundle exec rspec' do
+ require 'guard/rspec/dsl'
dsl = Guard::RSpec::Dsl.new(self)
# Feel free to open issues for suggestions and improvements
# RSpec files