Skip to content

Commit

Permalink
rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Sep 25, 2013
1 parent 40cd94d commit 8509ca1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,11 @@ RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'



Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = false
end


task default: :test

0 comments on commit 8509ca1

Please sign in to comment.