# Copyright 2017 Holger Just # # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. require 'spec_helper' describe Rackstash do it 'has a version number' do expect(Rackstash::VERSION).not_to be nil end it 'does something useful' do expect(false).to eq(true) end end