Skip to content

Commit

Permalink
-bugfix: Rolling back Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yas4891 committed Sep 9, 2015
1 parent f146de1 commit 17f96b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Rakefile
@@ -1,10 +1,10 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"

# APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
# load 'rails/tasks/engine.rake'
#
# require 'rspec/core/rake_task'
# RSpec::Core::RakeTask.new(spec: 'app:db:test:prepare')
#
# task default: :spec
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(spec: 'app:db:test:prepare')

task default: :spec

0 comments on commit 17f96b7

Please sign in to comment.