CONTRIBUTING.md
Expected an indentation at 4 instead of at 3. Open
Open
failing tests so you can easily re-run particular ones.
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rspec ./spec/path/to/my_spec.rb` to run all Ruby tests in the file `my_spec.rb`
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rspec ./spec/path/to/my_spec.rb:45` to run the Ruby test starting on line 45 of
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rails static` to run all static checks (code style, unfixed Git conflicts, etc)
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rails spec:models` to run Ruby model tests (or `rails spec:views` for view tests, etc)
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 4 instead of at 3. Open
Open
`my_spec.rb`. RSpec will output a list of command-lines in this form for all
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rails spec` to run all Ruby tests
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `rspec --only-failures` to re-run all Ruby tests that failed last time.
- Create a ticketCreate a ticket
- Exclude checks
Expected an indentation at 2 instead of at 1. Open
Open
- `./script/install_linters`
- Create a ticketCreate a ticket
- Exclude checks