Sha256: 219425e1124cfa10095c2a1e7939bf4674cc63bad6046e66ea45a05c7c36af25

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

require 'spec_helper'

describe Spanx::Usage do
  describe 'usage' do
    let(:usage) { Spanx::Usage.usage }
    it 'should be set' do

      expect(usage).to match /flush/
      expect(usage).to match /analyze/
      expect(usage).to match /Analyze IP traffic and save blocked IPs/
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spanx-0.3.0 spec/spanx/usage_spec.rb