Skip to content

RAils BUg REport RUnners: executable RSpec tests to validate reported issues and provide minimal reproducible examples.

License

Notifications You must be signed in to change notification settings

shotgundebugging/raburebu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runnable RSpec test templates, organized by Rails subsystem for isolation and reproducibility.

Structure

  • Each subsystem (ActiveRecord, ActionPack, etc.) has its own folder, Gemfile, and minimal test app.
  • To run a bug report spec for a subsystem, navigate to its folder and run bundle install && bundle exec rspec.

Example

cd ActiveRecord
bundle install
bundle exec rspec

About

RAils BUg REport RUnners: executable RSpec tests to validate reported issues and provide minimal reproducible examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages