mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
e82d2dc277
I've embedded a little Rails app so that we can write cuke tests and
make sure that stuff doesn't break. Woo!
This was generated by making a rails engine, then copying just the
app over.
Thanks @nashby for fixing my stupid bug with sqlite3; it had to be
added as a development dependency. ❤️
14 lines
132 B
Text
14 lines
132 B
Text
*.gem
|
|
*.rvmrc
|
|
.bundle
|
|
Gemfile.lock
|
|
pkg/*
|
|
coverage.data
|
|
coverage/*
|
|
.yardoc
|
|
tmp
|
|
vendor/bundle
|
|
*.swp
|
|
*.swo
|
|
*.DS_Store
|
|
spec/dummy/log/*
|