Sha256: 1144c17056ac2c057f16666786493f6844c63f55366ab1815016ca2444f0601e

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Fusuma::Plugin::Tap do
  it 'has a version number' do
    expect(Fusuma::Plugin::Tap::VERSION).not_to be nil
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fusuma-plugin-tap-0.4.2 spec/fusuma/plugin/tap_spec.rb
fusuma-plugin-tap-0.4.1 spec/fusuma/plugin/tap_spec.rb