-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added config, enable method and more tests (#90)
- Loading branch information
Showing
11 changed files
with
487 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,3 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore the default SQLite database. | ||
/db/*.sqlite3 | ||
/db/*.sqlite3-journal | ||
|
||
# Ignore gem building folder: pkg | ||
pkg | ||
|
||
# Ignore log and tmp files | ||
log/* | ||
*.log | ||
tmp | ||
tmp/**/* | ||
|
||
# Documentation | ||
/doc/ | ||
doc/api | ||
doc/app | ||
.yardoc | ||
/_yardoc/ | ||
.yardopts | ||
|
||
# Public Uploads | ||
public/system/* | ||
public/themes/* | ||
|
||
# Public Cache | ||
public/javascripts/cache | ||
public/stylesheets/cache | ||
|
||
# Vendor Cache | ||
vendor/cache | ||
|
||
# Acts as Indexed | ||
index/**/* | ||
|
||
# Refinery Specific | ||
*.tmproj | ||
*.autobackupbyrefinery.* | ||
refinerycms-*.gem | ||
.autotest | ||
|
||
# Mac | ||
.DS_Store | ||
|
||
# Windows | ||
Thumbs.db | ||
|
||
# NetBeans | ||
nbproject | ||
|
||
# Eclipse | ||
.project | ||
|
||
# Redcar | ||
.redcar | ||
|
||
# Rubinius | ||
*.rbc | ||
|
||
# RVM / rbenv | ||
.ruby-gemset | ||
.rvmrc | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# RubyMine | ||
.idea | ||
|
||
# E-texteditor | ||
.eprj | ||
|
||
# Backup | ||
*~ | ||
|
||
# Capybara Bug | ||
capybara-*html | ||
|
||
# sass | ||
.sass-cache | ||
.sass-cache/* | ||
|
||
# SimpleCov (tests code converage) | ||
/coverage | ||
|
||
# RSpec | ||
/spec/reports/ | ||
.rspec_status | ||
.byebug_history | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.