require 'spec_helper' describe SPACEX::VERSION do it 'has a version' do expect(SPACEX::VERSION).to_not be nil end end