Sha256: 9c77834462c647e3e3f7b6a159e90c7c199ff7d652302a05c4936df94fa8f84e
Contents?: true
Size: 480 Bytes
Versions: 39
Compression:
Stored size: 480 Bytes
Contents
# frozen_string_literal: true module Grumlin module Test module RSpec module GremlinContext end ::RSpec.shared_context GremlinContext do include GremlinContext include Grumlin::Sugar before do Grumlin::Expressions.constants.each do |tool| stub_const(tool.to_s, Grumlin::Expressions.const_get(tool)) end end after do Grumlin.close end end end end end
Version data entries
39 entries across 39 versions & 1 rubygems