Sha256: 7bc0d9d4472f0dc46fc8792721cff7e5b643aa3395602b744ec1db0477908e0a

Contents?: true

Size: 205 Bytes

Versions: 7

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

RSpec.describe Necromancer, '#new' do

  subject(:converter) { described_class.new }

  it "creates context" do
    expect(converter).to be_a(Necromancer::Context)
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/necromancer-0.5.1/spec/unit/new_spec.rb
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/necromancer-0.5.1/spec/unit/new_spec.rb
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/necromancer-0.5.1/spec/unit/new_spec.rb
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/necromancer-0.5.1/spec/unit/new_spec.rb
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/necromancer-0.5.1/spec/unit/new_spec.rb
necromancer-0.5.1 spec/unit/new_spec.rb
necromancer-0.5.0 spec/unit/new_spec.rb