-
I my using Rspec to test my app. The Rspec runs RuboCop by default and the test that I wrote. I want to run `haml-lint` on all my views in Rspec. Is there a way to do it. I want to get the haml lintin…
-
When running `arc` from `appium_console >= 2.1.0`, I am getting an unexpected exit after the connection is established. I have no issues running tests in rspec the same version of `appium_lib`.
For…
-
**Предыстория:** Данияр считает что нужно сделать rspec тесты на валидации и ассоциации, так как возможно в будущем у нас могут поменяться поля и связи моделей(сущностей)
**Задача:** Написать rspec т…
-
I'm trying to use rspec-puppet and `Hiera.lookup` within a spec test to generate a dynamic hash, which I'm then looping over to create test cases...
However, I'm having issues with `Hiera.lookup` …
-
With RSpec 3.4 / Rails 4.2, I needed to mock controller-defined helpers.
Now, with RSpec master / Rails 5, it appears I need to mock _all_ helpers, including built-ins (model_url, etc).
Is this inte…
-
I have trying to use you plugin to display rpsec json report. The report is on slave which would be copied to master. However, when I click on the link for the report get 404 error below. Additionally…
-
When you run the tool, the rspecfile that is generated does not apply Rspec types (Models, Controller, etc..)
Something like
``` Ruby
# +Department+
Class Department
...
end
```
Will produce:
```…
-
I am using Spork, Guard, Capybara, and TestUnit.
When I try to do a simple test:
``` ruby
visit new_admin_user_session_path
fill_in 'admin_user[email]', with: 'foobar@example.com'
fill_in 'admin_…
-
When creating a topology in Jacks, if you draw a topology and then select a Site, and with the site entry panel open on the left, you then click Add Global Node, it sometimes doesn't appear to add a …
-
At the Vet School, we're going to actually use this script on a Jenkins server to periodically check compliance. To do this, we need the script to output the standard 0-if-fine, not-0-if-not-fine.
I…