-
### Scenario
When a user visits the authors index page
Then the page should render
### Hints
Feature: an overview page of all saved authors (`index` action on AuthorsController), new view (`app/views…
-
-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 …
-
My tests run fine when using the standard options, but setting `all_on_start` to false causes the Rails environment not to load.
```
guard 'jruby-rspec', :all_after_pass => false, :all_on_start => tr…
-
There has been a decent amount of discussion about this topic in #2 about acceptance testing and I think it deserves it's own topic.
### A couple of questions to ponder
- Do we believe acceptance test…
-
Provide the automated possibility to run a deterministic subset of a tests in a test task
### Expected Behavior
For a task `intTest` with tests T1-T100
`gradle intTest --job 1/10`
should run…
-
I'm trying to use bunny-mock to test some code that is stuck on Ruby 1.9.3 and Bunny 1.7.0 for a variety of reasons. Unfortunately for me, the current gemspec for bunny-mock specifies a minimum bunny …
-
On both OSX 10.12.6 and RHEL 7.3, testing my augeas resource throws an error trying to create temporary directories. The below was from using PDK on my OSX 10.12.6 system. I get the same issue when do…
-
The test suit can not run.
My guess major change in the gem used by this gem might cause the break.
Especially savon gem switch
-
-
Why is `redis-server` service required [here](https://github.com/velaluqa/puppet-puma/blob/master/templates/init.erb#L9)?
I could install and start the redmine [app](https://github.com/velaluqa/puppe…