require 'spec_helper' describe Enviro::VERSION do it "should be 0.0.4" do Enviro::VERSION.should == '0.0.4' end end