-
Hello,
1. Looks like there is a discrepancy between the readme and the tests... the test is expecting GET /newteam to render the form, but the readme says to use GET /team
1. I think somewhere in here…
-
Try https://www.deppbot.com and consider which drivers to keep / drop / restrict versions.
nruth updated
6 years ago
-
I recently moved from rspec-rerun to rspec-retry. I'm using Capybara & Selenium Rspec Tests. These can occasionally be flakey, which is why I am glad for this gem's existence.
However, I try to impro…
-
## Flaky test line
./spec/system/articles/user_edits_an_article_spec.rb:24
1% Flaky
## Error message
```
Editing with an editor user updates their post
Failure/Error: expect(page).to ha…
-
-
I am trying to execute basic feature you've provided with your gem.
I've experienced issues like:
\* need to explicitly require 'fileutils', 'uri'
\* need to specify dependency on 'mechanize' …
-
Have multiple emails reaching one user.
Need to find based on subject.
Investigating.
-
This happens in my controller where I have the following code:
@regions = Region.filter(:params => params)
Here is the output from the seg fault:
/home/danny/.rvm/gems/ruby-1.9.3-p362/gems/activere…
-
Hello! I am wondering if you have built in data for human reference cells, or if you have recommendations on what might serve as good bulk data
Thank you!
-
-Unit testing (testing that your app can create objects in the expected manner), feature testing (testing filling out forms, submitting data, expected elements on the DOM, etc.) should be included in …