Sha256: 032c39d759442fcf5ca64b0c8de854e93a26cd4f9bc63f775d1beee71c771c7f

Contents?: true

Size: 210 Bytes

Versions: 2

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Space2underscore::Usage do
  subject { described_class.new.content }

  it { is_expected.to be_a String }
  it { is_expected.not_to be_empty }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
space2underscore-0.5.3 spec/space2underscore/usage_spec.rb
space2underscore-0.5.2 spec/space2underscore/usage_spec.rb