Rakefile in itaiji-0.1.5 vs Rakefile in itaiji-0.1.6
- old
+ new
@@ -1,8 +1,5 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-RSpec::Core::RakeTask.new(:spec) do |t|
- t.pattern = ['spec/lib/itaiji/*_spec.rb'] if RUBY_VERSION < '2.0.0'
-end
-
+RSpec::Core::RakeTask.new(:spec)
task :default => :spec