Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WrongScopeError #2423

Merged
merged 2 commits into from Jan 20, 2021
Merged

Fix WrongScopeError #2423

merged 2 commits into from Jan 20, 2021

Commits on Jan 20, 2021

  1. Add testing snippets

    Snippet is a self-contained example that defines the configuration,
    Rails project code and specs to run.
    
    Snippets:
     - allow for clean separation between different snippets
     - work quite fast
     - reuse the already installed gems that specs and Cukes use
     - do not litter
     - do not depend on other parts of the build
    
    In theory snippets retain the ability to use generators and arbitrary
    commands, but it makes the case under test less evident.
    
    Co-authored-by: Benoit Tigeot <benoit@hopsandfork.com>
    pirj and benoittgt committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    040fecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c42e7 View commit details
    Browse the repository at this point in the history