Sha256: bafd45f665b4d9f0ce35ba72d38c8e7dc0b97ce0263df3aad3fdefea210dd2c2

Contents?: true

Size: 359 Bytes

Versions: 32

Compression:

Stored size: 359 Bytes

Contents

require 'bundler/setup'

ENV['RACK_ENV'] ||= 'development'
Bundler.require(:default, ENV['RACK_ENV'])

require 'praxis/tasks'

desc "Drop into a console with the full application loaded"
task console: 'praxis:console'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

Dir["lib/tasks/**/*.rake"].each { |ext| load ext }

task :default => :spec

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
praxis-2.0.0 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.40 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.39 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.38 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.37 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.36 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.35 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.34 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.33 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.32 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.31 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.30 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.29 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.28 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.27 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.26 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.25 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.24 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.23 tasks/thor/templates/generator/empty_app/Rakefile
praxis-2.0.pre.22 tasks/thor/templates/generator/empty_app/Rakefile