Skip to content

Commit

Permalink
Adding autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnetdev committed Jul 4, 2008
1 parent badd1c6 commit d2c1a1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
*.log
*.gem
*.gem
.DS_Store
6 changes: 6 additions & 0 deletions lib/autotest/discover.rb
@@ -0,0 +1,6 @@
# Need this to get picked up by autotest?
$:.push(File.join(File.dirname(__FILE__), %w[.. .. rspec]))

Autotest.add_discovery do
"rspec"
end

0 comments on commit d2c1a1b

Please sign in to comment.