require 'spec_helper'

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