require 'spec_helper' describe Attr::VERSION.to_s do it { should == Pathname.new(__FILE__).join('../../VERSION').expand_path.read.strip } end