mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove trainling spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0a7d24cc5a
commit
cf1d6730c1
10 changed files with 13 additions and 14 deletions
|
@ -504,7 +504,7 @@ rdoc_include:
|
|||
end
|
||||
|
||||
assert_equal 0, e.status
|
||||
|
||||
|
||||
assert File.exist? '.rdoc_options'
|
||||
end
|
||||
ensure
|
||||
|
@ -583,7 +583,7 @@ rdoc_include:
|
|||
def test_write_options
|
||||
temp_dir do |dir|
|
||||
@options.write_options
|
||||
|
||||
|
||||
assert File.exist? '.rdoc_options'
|
||||
|
||||
assert_equal @options, YAML.load(File.read('.rdoc_options'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue