Read more

RSpec and Cucumber: Shorthand syntax to run multiple line numbers in the same file

Henning Koch
September 04, 2012Software engineer at makandra GmbH

This works in modern RSpecs (RSpec >= 2.x) and Cucumbers:

rspec spec/models/node_spec.rb:294:322
cucumber features/nodes.feature:543:563:579
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Also your features should be shorter than that :)

Posted by Henning Koch to makandra dev (2012-09-04 12:12)