require 'spec_helper'

describe Enviro::VERSION do
  it "should be 0.0.1" do
    Enviro::VERSION.should == '0.0.1' 
  end
end