public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
Some minor whitespace fix
manveru (author)
Sun Jun 29 23:48:08 -0700 2008
commit  8ebe6e36325bb1238acee1218b3bcef5dc379dac
tree    dbcc0382729fda47e365e40c56fbfe27e3727e1f
parent  8fde4e2a7e3689ed6e241a55bfa048a2a231350e
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@ describe 'Blog' do
0
     form.at('textarea').inner_html.should == ''
0
     form.at('input[@type=submit]')['value'].should == 'Add Entry'
0
   end
0
-
0
+
0
   it 'should add new pages' do
0
     create_page('new page', 'cool! a new page')
0
     doc = check_page
...
63
64
65
66
 
67
68
69
...
63
64
65
 
66
67
68
69
0
@@ -63,7 +63,7 @@ class PasteController < Ramaze::Controller
0
     response['Content-Type'] = 'text/plain'
0
     respond paste.text
0
   end
0
-
0
+
0
   def save_theme( theme_name )
0
     session[ :theme ] = theme_name
0
   end
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ describe 'wiktacular' do
0
   it 'should not have foobar page' do
0
     doc = check_page('/foobar')
0
     doc.at('div#text').inner_html.strip.should == 'No Entry'
0
- end
0
+ end
0
 
0
   it 'should allow page editing' do
0
     doc = check_page('/edit/main')

Comments

    No one has commented yet.