mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Contribution.md broken url
The link to capybara was broken in CONTRIBUTION.md file Fixes #1862
This commit is contained in:
parent
447718d6fa
commit
d813470995
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ You can read through current enabled rules in `.rubocop.yml` file. Explanations
|
|||
Additionally you can read through the [ruby style-guide](https://github.com/bbatsov/ruby-style-guide) to better understand core principles.
|
||||
|
||||
### Test Suite
|
||||
We are using [rspec](http://rspec.info/)+[capybara](http://jnicklas.github.io/capybara/)+[factory girl](https://github.com/thoughtbot/factory_girl) as a test suite. You can run it locally
|
||||
We are using [rspec](http://rspec.info/)+[capybara](http://www.rubydoc.info/github/jnicklas/capybara)+[factory girl](https://github.com/thoughtbot/factory_girl) as a test suite. You can run it locally
|
||||
|
||||
```shell
|
||||
vagrant exec bundle exec rspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue