Rakefile in twilio-ruby-3.12.3 vs Rakefile in twilio-ruby-3.13.0

- old
+ new

@@ -4,7 +4,7 @@ require 'rspec/core/rake_task' desc 'Run all specs' RSpec::Core::RakeTask.new(:spec) -task :default => :spec -task :test => :spec \ No newline at end of file +task default: :spec +task test: :spec