-
I have the following rake task ([see gist w/ output](https://gist.github.com/abaird/d6c5fb7760f42fd7588b)) that incorporates ci-reporter-rspec. Whenever I run this with `bundle exec rake spec` I do no…
-
"If you are using rspec-rails and have followed the installation instructions there, you're all set to use stub_model and mock_model."
It seems following those instructions in rpsec-rails does not en…
-
# Environment
- vim-rspec version: last available one (cf7eb2fe54d5adf5dcc0a13d680ab4820765d520)
- rspec version: 3.2.3
- vim version: NVIM 0.0.0-alpha+201504141749 (compiled Apr 15 2015 11:57:57)
# D…
-
More testing is always welcome, lets increase testing on existing functionality for Siteleaf
-
Phez currently has no tests. Would you like to contribute?
Ideally we'd use Factory Girl over rails stock yaml fixtures.
Testing framework suggestions? I'm open if you're willing to contribute.
-
First of all thanks for sharing the code.
I updated cmxl version in my project from 0.2.0 to 1.4.1. Then one of my tests parsing a mt940 is failing.
Quickly i found why this happens. Generation_da…
-
I'm working in an environment where it is necessary for me to specify certain RSpec test types (controller, feature, view) to be run on specific threads.
Is that possible using this library? If the…
-
After the https://github.com/SonarSource/sonarlint-visualstudio/issues/5406 on SLVS it was identified that there is an issue with the following rule due to unsupported tags `dl` and `dt`
S6966
`…
-
Given the following the RSpec,
```
describe UserDecorator do
let(:user) { User.new }
let(:decorated_user) { user.decorate }
describe '#greeting' do
# Failing spec
it 'uses DecoratedUse…
-
It would be helpful to have another tile on this page http://rspec-puppet.com/documentation/ for testing custom facts in modules.