require 'spec_helper' describe Scribal do it 'will return version information' do expect(Scribal.version).to eq "Scribal v#{Scribal::VERSION}" end end