🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

graphiti_spec_helpers

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphiti_spec_helpers

1.2.0
Rubygems
Version published
Maintainers
1
Created
Source

GraphitiSpecHelpers

Build Status Gem Version

Spec helpers for Graphiti APIs.

Installation

Note: this assumes you have rspec-rails installed & configured already.

Gemfile

group :development, :test do
  # ...
  gem 'graphiti_spec_helpers', '~> 1.1'
  # ...
end

spec/rails_helper.rb

# ...
# Add additional requires below this line. Rails is not loaded until this point!
require 'graphiti_spec_helpers/rspec'
# ...

RSpec.configure do |config|
  # ...
  config.include GraphitiSpecHelpers::RSpec
  config.include GraphitiSpecHelpers::Sugar
  config.include Graphiti::Rails::TestHelpers
  # ...

Then in your project directory

$ bundle install

FAQs

Package last updated on 18 Mar 2025

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

OSZAR »