machine_tag_spec.rb 141 B

1234567
  1. require 'spec_helper'
  2. describe MachineTag do
  3. it 'should have a version number' do
  4. expect(MachineTag::VERSION).not_to be_nil
  5. end
  6. end