-
Are these easy to include in a default Rails app that isn't using Rspec?
I noticed the resource generator probably also needs tweaks to generate rspec tests, only if rspec is installed.
Happy to…
-
### Description
Replace Minitest in favor of RSpec for a slightly enhancement of the system under test.
### ToDo
- [x] Add RSpec
- [ ] Update Readme to include how to running tests.
- [ ] R…
-
For test performance, we split our suite into `acceptance` and `unit` tests. We do this because `acceptance` spec require static assets to be built, which takes a decent amount of time which, whereas …
ianks updated
4 years ago
-
In the readme, you have examples of this for Rspec. Can we get this implemented for cucumber? I have a test suite that if I split it apart 8 times, the first one is done in 10 minutes, while the lon…
-
Here's what my test suite looks like without the Sauce gem required:
```
# In Gemfile
gem 'rspec-rails'
gem 'capybara'
$ rspec
# ... (tests fail)
$ echo $?
1
```
Then with the Sauce gem added (and …
-
I've tried to get Plandex to fix a few tests where the expected values needed updating. I was explicit about the task with:
> The values in the tests need to be updated to match the new results. He…
-
## Use Case
I’m curious if anyone has run into the following problem. If one has their custom puppet modules in one big git repo and then also rspec-puppet tests for each, then at some point, to av…
-
The stub `with` presently expects arguments that are `Protobuf::MessageExts` or a hash (where the hash syntax supports constants, regexes, and rspec matchers).
This allows for fine-grained stubbing…
-
Problem is that `capybara-screenshot` capture screenshot on failure hook is positioned after rails system's test `after_teardown` method which destroys Capybara session.
Currently, I made a quick w…
-
Hi,
I am running ruby 1.9.2 and rspec 2.6.0, I run "rake spec" which runs all my rspec tests and only a coverage.data file is created no coverage directory. I only added require 'cover_me' to my spe…