Rakefile in twilio-ruby-3.7.0 vs Rakefile in twilio-ruby-3.7.1
- old
+ new
@@ -6,11 +6,7 @@
Gem::PackageTask.new(spec) do |p|
p.gem_spec = spec
end
-RSpec::Core::RakeTask.new do |t|
- t.pattern = 'test/*_spec.rb'
- t.rspec_opts = ['-c']
-end
-
+RSpec::Core::RakeTask.new
task :default => :spec
\ No newline at end of file