require File.dirname(__FILE__) + '/spec_helper' describe "MerbAuthSliceMultisite (module)" do # Implement your MerbAuthSliceMultisite specs here # To spec MerbAuthSliceMultisite you need to hook it up to the router like this: # before :all do # Merb::Router.prepare { add_slice(:MerbAuthSliceMultisite) } if standalone? # end # # after :all do # Merb::Router.reset! if standalone? # end # # # it "should have proper specs" end