task/test.rake in opener-opinion-detector-basic-3.0.0 vs task/test.rake in opener-opinion-detector-basic-3.0.1

- old
+ new

@@ -1,4 +1,4 @@ desc 'Runs the tests' -task :test => :compile do +task :test do sh('cucumber features') end