Skip to content

Backend Automated Testing

Timothy Ng edited this page Oct 2, 2018 · 4 revisions

All Tests

rspec

Specific Tests

Specific File

rspec ./spec/services/profile_picture_spec.rb

Specific Block/Line

rspec ./spec/services/profile_picture_spec.rb:16
Clone this wiki locally