-
On Bun version 1.1.31 the following happens:
```
FrozenError: can't modify frozen Hash: {}
cause: {
"$$id": 4,
"$$frozen": true,
"$$comparable": false
}
```
Object with $$id: 4 is the …
-
Feel free to close if you don't have the time, but I could certainly benefit from an mspec+appveyor example. 👍
-
Don't think this works with Machine Spec tests
https://github.com/machine/machine.specifications.runner.visualstudio/pull/95
-
Is there any possibility to support Machine.Specification (https://github.com/machine/machine.specifications) as next test framework?
-
**What would you like to be added**: It would be **GREAT** if there was a way to get `kubectl explain` to output the full yaml path for each entry, especially when `--recursive` is set.
So, out…
-
If you have an object and you call a method on it, the resulting call stack no longer has the correct file names.
For example, the last three frames of this call stack should be in `guard.rb`
```
pa…
-
# Issue Description
The package [rubygem-mspec](https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mspec) has a very long description (probably created via `osc updatep…
-
I'm a big fan of MSpec, but that project seems to be stagnating somewhat. More seriously, MSpec has no offering for UWP and .NET Core, which means I can't use it when targeting Windows IoT Core apps, …
-
Hi there,
I have forked this repo with two goals:
1) Implement a `dotnet test` runner
2) Port the original MSpec test suite to the .Net Core version
I use MSpec in almost all my projects and am fa…
ivanz updated
8 years ago
-
There have been a few issues about conflicts with the magnitude formats (mostly the `#` quantity modifier, see #1413), and the code to separate magnitude spec from unit spec is a bit complex. As such,…