Sha256: 173453c40d73377bc4379bf7bda46d50d0c1db5dcd123d66093b2f2ffe1977a3

Contents?: true

Size: 301 Bytes

Versions: 30

Compression:

Stored size: 301 Bytes

Contents

require 'rspec/core/rake_task'
require 'mno_enterprise/testing_support/common_rake'

RSpec::Core::RakeTask.new

task default: :spec

desc "Generates a dummy app for testing"
task :test_app do
  ENV['LIB_NAME'] = 'mno_enterprise/core'
  Rake::Task['mno_enterprise:testing:create_dummy_app'].invoke
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 Rakefile
mno-enterprise-core-3.3.3 Rakefile
mno-enterprise-core-3.3.2 Rakefile
mno-enterprise-core-3.2.1 Rakefile
mno-enterprise-core-3.3.1 Rakefile
mno-enterprise-core-3.3.0 Rakefile
mno-enterprise-core-3.2.0 Rakefile
mno-enterprise-core-3.1.4 Rakefile
mno-enterprise-core-3.0.7 Rakefile
mno-enterprise-core-2.0.9 Rakefile
mno-enterprise-core-3.1.3 Rakefile
mno-enterprise-core-3.0.6 Rakefile
mno-enterprise-core-2.0.8 Rakefile
mno-enterprise-core-3.1.2 Rakefile
mno-enterprise-core-3.0.5 Rakefile
mno-enterprise-core-2.0.7 Rakefile
mno-enterprise-core-2.0.6 Rakefile
mno-enterprise-core-2.0.5 Rakefile
mno-enterprise-core-3.1.1 Rakefile
mno-enterprise-core-3.0.4 Rakefile