Rakefile in ntail-1.0.0 vs Rakefile in ntail-1.0.2

- old
+ new

@@ -44,9 +44,10 @@ end require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |test| test.verbose = true + test.rspec_opts = "--format d --color" end task :default => [:test, :spec]