refinerycms-blog/.gitignore
Jamie Winsor 21b19db5a3 refactor engine testing scenario
Engine is now tested standalone by leveraging a dummy rails app
Enable Guard for speedy testing
Move factories to the more standard location `spec/factories/*`
Update README with a Testing section
Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application
2011-08-03 18:01:32 -07:00

47 lines
367 B
Text

.bundle
*.gem
*.DS_Store
# Documentation
doc/api
doc/app
doc/*
.yardoc
.yardopts
# Refinery Specific
*.tmproj
*.autobackupbyrefinery.*
/refinerycms-blog*.gem
.autotest
# Mac
.DS_Store
# NetBeans
nbproject
# Eclipse
.project
# Redcar
.redcar
# Rubinius
*.rbc
# Vim
*.swp
*.swo
# RubyMine
.idea
# Backup
*~
# Capybara Bug
capybara-*html
.rvmrc
Gemfile.lock