Rakefile in jekyll-linkpreview-0.2.0 vs Rakefile in jekyll-linkpreview-0.3.0

- old
+ new

@@ -2,5 +2,6 @@ require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default => :spec +task :test => :spec