-
Why don't move to new Rails version?
-
I'm a big fan of the BBD style [expect syntax](http://chaijs.com/api/bdd/):
``` JavaScript
expect(tomster).to.be.an.instanceOf(Hamster);
expect(text).to.match(/somregex/);
```
This will generate rea…
-
First of all many thanks for this useful tool!
Since version 3.3.0 I get an error when trying to run a spec file in a subfolder:
```
$ mocha-phantomjs coffee/spec/index.html
> Unable to open file 'p…
-
Coverage reports are hosted here until xcode-gradle can upload them to GitHub:
http://appsquick.dyndns.org:8085/artifact/TPN-TC/JOB1/build-latest/reports/coverage/index.html
xcode-gradle will soon …
-
When writing specs using the new expect syntax, I often come to a place where I need to write some nice one-liner assertions.
If my test starts out like this:
``` ruby
let(:disabled_users) { [User.c…
-
It would be nice to have codeception, because it can be used for unit, functional, acceptance tests. And with: http://codeception.com/10-04-2013/specification-phpunit.html you can write tests in Jasmi…
-
We should split our current examples into two parts: so called "examples for documentation" and "examples for functional testing".
First part (current `.examples`) will be used to show block's funct…
narqo updated
10 years ago
-
Hi,
just wanted to chime in and mention http://codeception.com/ because I'm curious on what you think about it and how you intend to improve pho over that.
-
I've been trying to track down some problems in my tests relating to mock related exceptions in `OCMGetAssociatedMockForClass`. After some fiddling and disabling of tests I've narrowed replication dow…
-
Is it possible to run specs from a custom path ? Same question for test classes sources (seems like phpspec/phpspec#139).