require 'spec_helper' describe NeoBundle do it 'has a version number' do expect(NeoBundle::VERSION).not_to be nil end end