Revert "Fix for failing specs"
Created by: jvanbaarsen
@randx please revert this as quick as possible, it looks like the fix i created in this PR is causing rspec to skip tests. I'm currently working on a new fix for the specs, but this one is causing more issues apparently.
This reverts commit 23144389.
Conflicts: Gemfile.lock
Merge request reports
Activity
28 28 require 'capybara/poltergeist' 29 29 Capybara.javascript_driver = :poltergeist 30 30 Capybara.register_driver :poltergeist do |app| 31 Capybara::Poltergeist::Driver.new(app, js_errors: false, timeout: 90) 31 Capybara::Poltergeist::Driver.new(app, :js_errors => false, :timeout => 60) Created by: jvanbaarsen
By Administrator on 2014-06-05T18:23:24 (imported from GitLab project)
By Administrator on 2014-06-05T18:23:24 (imported from GitLab)
Created by: dzaporozhets
@jvanbaarsen ok I merge this.
By Administrator on 2014-06-05T18:45:33 (imported from GitLab project)
By Administrator on 2014-06-05T18:45:33 (imported from GitLab)
Created by: dzaporozhets
@jvanbaarsen i have exception after this merged:
-> rake db:migrate rake aborted! LoadError: cannot load such file -- minitest
By Administrator on 2014-06-05T19:13:16 (imported from GitLab project)
By Administrator on 2014-06-05T19:13:16 (imported from GitLab)
Created by: dzaporozhets
@jvanbaarsen
bundle install
? yes i didBy Administrator on 2014-06-05T19:14:22 (imported from GitLab project)
By Administrator on 2014-06-05T19:14:22 (imported from GitLab)
Created by: dzaporozhets
same for ci:
Your bundle is complete! Gems in the group postgres were not installed. Use `bundle show [gemname]` to see where a bundled gem is installed. bundle exec rake db:create RAILS_ENV=test rake aborted! LoadError: cannot load such file -- minitest
By Administrator on 2014-06-05T19:14:47 (imported from GitLab project)
By Administrator on 2014-06-05T19:14:47 (imported from GitLab)
Created by: dzaporozhets
@jvanbaarsen ok waiting for it. Dont want to have broken builds for too long
By Administrator on 2014-06-05T19:19:50 (imported from GitLab project)
By Administrator on 2014-06-05T19:19:50 (imported from GitLab)
Created by: jvanbaarsen
See https://github.com/gitlabhq/gitlabhq/pull/7087
By Administrator on 2014-06-05T19:21:17 (imported from GitLab project)
By Administrator on 2014-06-05T19:21:17 (imported from GitLab)