Many Minor Fixes
Fixed a whole bunch of minor stuff. Had a go at getting some of the plethora of broken tests to pass.
This commit is contained in:
parent
0ddd422059
commit
2da672ec5b
13 changed files with 108 additions and 84 deletions
|
@ -40,7 +40,7 @@ class WebTest < Test::Unit::TestCase
|
|||
assert_equal '123', web.password
|
||||
|
||||
# new web should be set for maximum features enabled
|
||||
assert_equal :textile, web.markup
|
||||
assert_equal :markdownMML, web.markup
|
||||
assert_equal '008B26', web.color
|
||||
assert !web.safe_mode?
|
||||
assert_equal([], web.pages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue