require 'spec_helper' describe Firebrew do it 'should have a version number' do expect(Firebrew::VERSION).to_not be_nil end end