-
# Versions
- Ruby: 2.3.3
- Bundler: 1.14.6
- Rails: 5.0.2
- acts-as-taggable-on: 4.0.0
- Rspec: 3.5.4
# Gemfile
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
gem 'acts-as-taggable-on', '…
-
Please see my repo for this lab:
https://github.com/WilliamBarela/rack-dynamic-routes-lab-v-000
It contains updated rpsec tests to ensure that requests which are not exclusively /items/ do not p…
-
I encounted that rails render is not working with `jbuilder` in API mode.
```ruby
class ApplicationController < ActionController::API
end
class BooksController < ApplicationController
def ind…
dks17 updated
6 years ago
-
It will only gives "No route matches" error
For now I use
``` ruby
url_for(params.merge({only_path: true, locale: locale})) rescue localized_root_path(locale: locale)
```
-
Currently if a test fails this doesn't actually tell you what example inputs resulted in the failure. This is sub-optimal!
The way this works in hypothesis-python is that we run the whole shrink pr…
-
Any help would be greatly appreciated.
Firstly, I think I might be hitting issue#623 and/or issue#670, which in turn could lead to my observation of hanging. I have quarantined all the tests that qu…
-
There are certain reports that are generated in our shippable/codecoverage folder.
This is generated by our Ruby - rpsec command. the output being copied to shippable/codecoverage.
Now this is …
-
I cloned rubykickstart from makers page. I installed gem install rspec and gem install bundler . It installed rspec 3.6.0 . When I try running rake 1:1 I get
in /Users/Nandhini/Projects/ruby-kickst…
-
I've been investigating a massive slow down in our CI builds, in the region of a 10x increase in build times.
The only trigger I can see for the increase is an upgrade of rspec-puppet from 2.6.4 to…
-
The goal of this task to ensure that at least 90% of the lines of code are covered by test coverage.
Accomplishing this involves:
- [ ] Use SimpleCov to measure coverage (Road Runner provides an exam…