require_relative '../helper' VER.spec do describe 'Event' do def expand(pattern) VER::Event.expand_pattern(pattern) end it 'expands pattern' do expand('').should == '' end end end