-
```
What steps will reproduce the problem?
1. Write EUC in Sharepoint. No BDD tables
2. Execute spectacular on document using remote path (i.e. http://)
3. Spectacular fails with NPE:
C:\Spectacu…
-
I use oj in my whole projects and everything works just fine
BUT when I run a tests and try parse json response like this
```
'{"cursor":{"next":null},"customers":[{"id":"2d5ded172fad40598cc99fc7eeb2…
-
Hi,
I am trying to use Jasmine plugin in testing our [ExtJS](http://sencha.com/extjs) app and I manage to get the 'jasmine:bdd' working (ie. tests are run and pass) but running 'jasmine:test' fails w…
-
I know you guys are using this in production but it's really hard to contribute from the outside without knowing if something is broken.
Unless I'm missing something this project has no tests at all.
…
-
I think there is a design problem with this project, because there is no world support. https://github.com/cucumber/cucumber-js#world
The feature files should be reusable in different world, for exam…
ghost updated
9 years ago
-
Originally created by marko.m.
Spock is great, but is missing one of the primary benefits of a BDD testing tool - supporting executable business-language acceptance specifications.
Cucumber is a gre…
-
anyone else seeing this?
```
➜ handlebars.js git:(master) grunt test:cov
Running "test:cov" task
Loading config: /Users/mattk/code/handlebars.js/.istanbul.yml
Running env: ./node
===================…
-
It would be convenient to run a VCR example within the scope of FakeFS.
Running something like.
`FakeFS::FileSystem.clone('/path/bdd/cassettes', '/path/bdd/cassettes')` in a `before(:each|:all){}` b…
-
Sometimes in integration testing it may make sense to run BDD tests against an existing database, such as a copy of a production database. -- This is fundamentally different to unit tests where we alw…
-
Consider the following:
``` ex
defmodule Foo
defp bar do
:quux
end
end
```
How am I supposed to write a spec against `Foo.bar`? Obviously the following doesn't work:
``` exs
defmodule FooSp…
NobbZ updated
9 years ago