Improve Platform API Orders documentation (#11383)
[spree.git] / cli / Rakefile
blobffd6abf8b741ab12291809be3b136c0d738ea7a4
1 require "bundler/gem_tasks"
3 desc 'alias for :build to work with other spree gems'
4 task gem: :build do
5 end
7 desc 'alias for :test_app to work with other spree gems'
8 task :test_app do
9 end