Sha256: 78110ac8c85794678f4461e054842998f6a61e1a7ce29d0eb7cb382377f8a5ce

Contents?: true

Size: 305 Bytes

Versions: 30

Compression:

Stored size: 305 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/frontend'
  Rake::Task['mno_enterprise:testing:create_dummy_app'].invoke
end

Version data entries

30 entries across 30 versions & 1 rubygems

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