Skip to content

Instantly share code, notes, and snippets.

View nijitaro's full-sized avatar
🌴
In the vast code

nijitaro nijitaro

🌴
In the vast code
View GitHub Profile
@nijitaro
nijitaro / .autotest
Created September 7, 2010 18:06 — forked from ukstudio/Gemfile
Rails 3 + rspec2 + mongoid + Factory_girl + autotest(growl)
# Include plugins
require 'autotest/fsevent'
require 'autotest/growl'
# Skip some paths
Autotest.add_hook :initialize do |autotest|
%w{.git .DS_Store ._* vendor}.each { |exception| autotest.add_exception(exception) }
false
end