-
- Downloads
Fix test issues.
Showing
- Gemfile 5 additions, 3 deletionsGemfile
- Gemfile.lock 59 additions, 57 deletionsGemfile.lock
- app/views/layouts/edit_page.html.erb 1 addition, 1 deletionapp/views/layouts/edit_page.html.erb
- app/views/layouts/enote.html.erb 1 addition, 1 deletionapp/views/layouts/enote.html.erb
- app/views/layouts/error.html.erb 1 addition, 1 deletionapp/views/layouts/error.html.erb
- app/views/layouts/md_rendered_page.html.erb 1 addition, 1 deletionapp/views/layouts/md_rendered_page.html.erb
- app/views/layouts/print_page.html.erb 1 addition, 1 deletionapp/views/layouts/print_page.html.erb
- scripts/run-tests.sh 1 addition, 0 deletionsscripts/run-tests.sh
- spec/controllers/md_single_page_controller_spec.rb 2 additions, 0 deletionsspec/controllers/md_single_page_controller_spec.rb
... | ... | @@ -69,8 +69,10 @@ end |
group :test do | ||
gem 'database_cleaner' | ||
gem 'fakefs', require: 'fakefs/safe' | ||
gem 'fakeredis', '~> 0.6.0', require: 'fakeredis/rspec' | ||
#gem 'fakefs', git: '/Users/iain/Projects/enote/dtu-enote-installer/src/fakefs', branch: 'fix', require: 'fakefs/safe' | ||
#gem 'fakefs', '~> 0.2', require: 'fakefs/safe' | ||
gem 'fakefs', git: 'https://github.com/iainbryson/fakefs', branch: 'fix', require: 'fakefs/safe' | ||
gem 'fakeredis', '~> 0.7', require: 'fakeredis/rspec' | ||
end | ||
gem 'rubycas-client', '~> 2.3.8', git: 'https://github.com/rubycas/rubycas-client' | ||
... | ... |
Please register or sign in to comment