Files
foreman/spec/foreman_spec.rb
T
2010-05-20 00:04:48 -04:00

12 lines
160 B
Ruby

require "spec_helper"
require "foreman"
describe Foreman do
describe "VERSION" do
subject { Foreman::VERSION }
it { should be_a String }
end
end