Skip to content

Commit

Permalink
Fixed :test rake task so that it uses the correct file pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dray Lacy committed Apr 11, 2008
1 parent 5648ad5 commit 45a5c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ end
desc 'Test the acts as state machine plugin.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.pattern = 'test/**/*_test.rb'
t.pattern = 'test/**/test_*.rb'
t.verbose = true
end

Expand Down

0 comments on commit 45a5c4a

Please sign in to comment.