Sha256: 473db9c426d1095b74fe939b44bbed1e0dfa127ee504e12386eae74d3152fb4b
Contents?: true
Size: 401 Bytes
Versions: 19
Compression:
Stored size: 401 Bytes
Contents
# frozen_string_literal: true require "decidim/dev/common_rake" desc "Generates a dummy app for testing" task test_app: "decidim:generate_external_test_app" desc "Generates a development app." task development_app: "decidim:generate_external_development_app" # Run all tests, include all RSpec::Core::RakeTask.new(:spec) do |t| t.verbose = false end # Run both by default task default: [:spec]
Version data entries
19 entries across 19 versions & 2 rubygems