Sha256: d163060088e0a1480d7f9036171ecab686e2201ebf8239f7afe023eec9f4b264
Contents?: true
Size: 304 Bytes
Versions: 13
Compression:
Stored size: 304 Bytes
Contents
namespace :rpdoc do desc 'push collection to the Postman server' task :push => :environment do postman_collection = Rpdoc::PostmanCollection.new postman_collection.save postman_collection.send(Rpdoc.configuration.rpdoc_auto_push_strategy) if Rpdoc.configuration.rpdoc_auto_push end end
Version data entries
13 entries across 13 versions & 1 rubygems