require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require 'dionysus' describe Dionysus do it "should have a version number" do Dionysus::VERSION.should match(/\A\d+(\.\d+)+(\.\w+)??\Z/) end end