-
## Current behavior
When the user tries to filter the results with another attribute, he gets more results instead of limiting them to the selected parameters.
![filter](https://user-images.github…
-
Hello again!
I like end-to-end feature tests, but I favor more rspec-style `specs` than writing many tests with gherkin. Gherkin is great for some uses, but it does have its limitations
I've worked …
-
-
When I run Spork by itself, it runs just fine. However, when I try to run it under Guard, it fails with the error below:
```
00:07:27 - INFO - Guard uses TerminalTitle to send notifications.
00:07:27…
-
#### Overview
I found some memory leaks via the calls to `document.createElement` in favico.js `v0.3.9`.
#### OS and Browser
`Ubuntu Gnome 14.04 64-Bit`
`Chromium Version 43.0.2357.130`
#### How to …
-
This could probably be broken up into multiple issues. The code that powers the front end is really monolithic and is primarily sourced from a ~900 line file.
Proposal:
For now? Tests. The code is r…
-
When I try to run a single integration test I get an error that `magic_test` doesn't exist:
```
$ MAGIC_TEST=1 rails test test/system/basics_test.rb
...
NameError: undefined local variable or me…
drnic updated
3 years ago
-
Will there be any unit/acceptance/behaviour tests written for `public/js/app.js`? There are a number of issues I'd like to file and patch, but I'm concerned about doing so without at least some basic …
-
Maybe this is a dumb idea but I wanted to create an issue page to maybe help somebody in the future who has the problem I just had. I'm setting up Cucumber and Poltergeist and PhantomJS in a Docker c…
-
Hey there,
I'm trying to figure out the best way to write integration tests using Capybara that work with Stripe's checkout.js. My tests are working correctly as is - I can fill out the Stripe Checko…