Gemfile in batsd-dash-0.2.1 vs Gemfile in batsd-dash-0.3.0

- old
+ new

@@ -1,2 +1,9 @@ source "http://rubygems.org" gemspec + +# for autorunning tests +group :test do + gem "guard" + gem "guard-minitest" +end +