-
Hi,
I would like to embed screenshots within the mini-test reports found here: https://github.com/kern/minitest-reporters
I am using the JUnitReporter.
Would this gem help with that?
-
I have a project where I have rspec and minitest and I cannot figure out how to set the test framework to minitest or to support both. Is it possible to support both frameworks or at least force minit…
-
### Description
When i make a trait B that implies A and build with B and A traits the after(:build) in A runs twice
### Reproduction Steps
```ruby
require "bundler/inline"
gemfile(…
saty9 updated
1 month ago
-
```
$ ruby test.rb
Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem "minitest"' before 'require "minitest/autorun"'
From:
test.rb:4:in `'
openstreetmap-license-chan…
-
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…
-
The desitest minitest notebook fails the spectro pipeline step of regrouping spectra:
```
srun -A desi -t 20:00 -C haswell --qos interactive -N 6 -n 46 -c 8 desi_pipe_exec_mpi --tasktype spectra --…
-
I've always hated how rake runs tests... it's SO broken. I've been running my own test task via hoe for a very long time and recentlyish ported it over to minitest ([see the file here](https://github.…
-
Demo: https://github.com/appfolio/ae_page_objects/commit/033919974ce9c7972d5dcbf04c3d9a6db88398dd
**STR**
1. Create a page object document like [this](https://github.com/appfolio/ae_page_objects/comm…
-
Hi, I tried pry-rescue in my minitest setup and since it didn't seem to work I tried to use the block way of doing things.
The exception is not caught when I do `Pry.rescue { }` or spoon-feed the exc…
-
Seems like a strange error message when referring to the latest version of minitest. Was MiniTest::Unit::runner= removed at some point?
quinn updated
9 years ago