Back from ruby-2.5.0 to ruby-2.4.3
Acceptance tests are failing a lot with ruby-2.5.0, still haven't pinned down why.
View ArticleMigrated from factory_girl gem to factory_bot
The old name is deprecated, the new gem is the same as the old, only name changes. Lots of noise for no benefit.
View ArticleUse rest-client-components upstream 1.5.0 instead of my fork
The pull request that added compatibility with rest-client 2.0 has been merged, I can use upstream again.
View ArticleAdded bootsnap gem to bundle
It may help with some issues during testing. Also faster app startup.
View ArticleRemove unnecessary require
It seems it caused some kind of load loop during acceptance testing, which under ruby 2.5.0 made the browser never close at the end of some tests. Funnily, it worked fine with ruby 2.4.3 and before....
View ArticleAdded .rspec file to git control
It's not included by default, but I think it will help in CI to tell specs to load the spec_helper.rb file first of all.
View ArticleUse chrome headless for acceptance tests
Remove show-me-the-cookies gem, manipulate cookies with the browser API instead.
View ArticleUpdated sanitize gem 4.6.0 -> 4.6.4
Fixes vulnerability CVE-2018-3740 https://github.com/rgrove/sanitize/issues/176
View Article