machine_tag_spec.rb 137 B

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