Skip to content

moxley/atom-ruby-test-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Projects for Acceptance-Testing atom-ruby-test

ruby-test Settings For Each Project

rspec:

  • All: bundle exec rspec -I lib -I spec --tty spec
  • File: bundle exec rspec -I lib -I spec --tty {relative_path}'
  • Line: bundle exec rspec -I lib -I spec --tty {relative_path}:{line_number}'

Example test file: rspec/rspec_proj/addition_spec.rb

cucumber:

  • File: cucumber --color features {relative_path}
  • Line: cucumber --color features {relative_path}:{line_number}

Example test file: features/step_definitions/addition_steps.rb

About

Sample Ruby Projects for testing atom-ruby-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published