Skip to content

Commit

Permalink
gemification
Browse files Browse the repository at this point in the history
  • Loading branch information
makandra committed May 29, 2009
1 parent 3c6ea59 commit 192b9e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/rdoctask'
desc 'Default: run unit tests.'
task :default => :test

desc 'Test the aegis plugin.'
desc 'Test the aegis gem.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.pattern = 'test/**/*_test.rb'
Expand Down
8 changes: 0 additions & 8 deletions init.rb

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -3,6 +3,7 @@

# Load the Rails environment and testing framework
require "#{File.dirname(__FILE__)}/app_root/config/environment"
require "#{File.dirname(__FILE__)}/../lib/aegis"
require 'test_help'
require 'action_view/test_case' # Load additional test classes not done automatically by < Rails 2.2.2

Expand Down

0 comments on commit 192b9e1

Please sign in to comment.