Guardfile in hexx-settings-0.1.0 vs Guardfile in hexx-settings-0.2.0

- old
+ new

@@ -3,10 +3,10 @@ guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/.+_spec.rb$}) watch(%r{^lib/hexx(.+)\.rb$}) do |m| - "spec/tests#{ m[1] }_spec.rb" + "spec/unit#{ m[1] }_spec.rb" end watch("lib/hexx-settings.rb") { "spec" } watch("spec/spec_helper.rb") { "spec" }