spec/ramaze/dispatcher/file.rb in ramaze-0.1.3 vs spec/ramaze/dispatcher/file.rb in ramaze-0.1.4

- old
+ new

@@ -4,12 +4,9 @@ before :all do ramaze @public_root = Ramaze::Global.public_root = 'spec/ramaze/dispatcher/public' end - it 'should serve from proto/public' do - end - it 'should serve from Global.public_root' do css = File.read(@public_root/'test_download.css') re_css = get('/test_download.css') re_css.body.should == css re_css.status.should == 200