-
We already have test_helper with some helper methods but it would be great to also add various RSpec matchers so that matching on Sentry events is easy and concise.
Rough API sketch:
```ruby
expect(…
-
> Meta issue for all things Pact FFI interop with Pact-Ruby
## :memo: Background
One of the strengths of Pact is its [specification](https://github.com/pact-foundation/pact-specification), allow…
-
After the gem is added to the Gemfile starting console gives the message
> irb: warn: can't alias context from irb_context.
Gemfile at the moment
``` ruby
source 'https://rubygems.org'
ruby '2.1.2…
-
_From @paneq on October 27, 2017 8:20_
* https://twitter.com/sehurlburt/status/921921604140937216?s=09
* https://twitter.com/sehurlburt/status/922265246684798976
![selection_728](https://user-ima…
-
Given the following RSpec test:
```ruby
require "httpclient"
require "webmock"
require "webmock/rspec/matchers"
RSpec.describe "webmock issue" do
before(:all) do
WebMock.enable!
…
-
In the current state (8267333513ee260320ea7e57fea2cf06efcbe2b0) the test suite needs a clean up and a wiki page for how to use it.
The problems more specifically:
1) There is a test folder that isn'…
-
I just noticed that we can update shoulda-matchers after removing this gem. There seem to be some incompatibilities between shoulda-matchers 4 and newer Rails versions. Since there's not much time for…
-
Ok, I would actually address 3 issues here but since they all related to the same method they might have a single solution.
### First
Each matcher includes following code:
`failure_message { |actu…
-
On the following test:
```ruby
it do
should permit(:name, :email, :password, :password_confirmation)
.for(:create, params: { user: valid_attributes })
.on(:user)
end
```
I get th…
-
I'm upgrading `shoulda-matchers` to `4.5.1` and the following test:
```ruby
should route(:get, '/stats/api/applications/42/usage').to(id: '42')
```
returns the following output:
```
Error:
Stat…