Skip to content

Commit

Permalink
moved external Rake tasks to tasks/
Browse files Browse the repository at this point in the history
  • Loading branch information
lamikae committed Oct 22, 2009
1 parent f6912c4 commit 663a69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

load 'fixtures.rake'
load 'tasks/fixtures.rake'

desc 'Default: run unit tests.'
task :default => :test
Expand Down
5 changes: 1 addition & 4 deletions fixtures.rake → tasks/fixtures.rake
Expand Up @@ -15,10 +15,7 @@ task :fixtures do
i = "000"
File.open(
File.join(
File.dirname(File.expand_path(__FILE__)),
'test',
'fixtures',
ActiveRecord::Base.connection.adapter_name,
ActiveSupport::TestCase.fixture_path,
table+'.yml'),
'w'
) do |file|
Expand Down

0 comments on commit 663a69d

Please sign in to comment.