
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
47 lines
367 B
Text
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
|