india-pincode-regex/Rakefile

8 lines
131 B
Ruby
Raw Normal View History

2020-03-26 11:21:59 +00:00
require "bundler/gem_tasks"
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'tests/*_spec.rb'
end
task :default => :spec