Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

check_list

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check_list

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

check-list

Command line library for rspec

Installation

gem install check_list

Usage

Commands

spec-ref-lib Displays a menu and asks for an input.

  1. matchers
  2. doubles
  3. subject
  4. other

spec-ref-lib -m <keyword>``` or ```spec-ref-lib --method <keyword> If a keyword is matched the example is shown

After an example is displayed pressing return will restart the menu. At any time typing 'q' will exit the tool.

Custom Setup

The tool will use the default json config from the github repo.

To force the tool to use a custom json file create an environment variable (SPEC_REF_LIB) with the absolute path to the loaction of your custom json file. export SPEC_REF_LIB=/Users/mycompname/somefile/myCustomJsonSpecLibFile.json

Json Structure

{
  "categories": [
    {
      "name": "GROUP NAME",
      "categories": [
        {
          "name":"METHOD NAME",
          "example": "STRING VERSION OF EXAMPLE TO BE SHOWN"
          "keywords": ["KEYWORD STRING","KEYWORD STRING"]
        }
      ]
    }
  ]
}

FAQs

Package last updated on 21 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc