spec/spec_helper.rb in merb-slices-0.9.8 vs spec/spec_helper.rb in merb-slices-0.9.9

- old
+ new

@@ -9,9 +9,19 @@ require 'generators/thin' require 'generators/very_thin' module Merb module Test + + class SampleAppController < Merb::Controller + + include Merb::Slices::Support + + def index + end + + end + module SliceHelper def current_slice_root=(path) @current_slice_root = File.expand_path(path) end \ No newline at end of file