mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5d43821536
commit
e22aa95141
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ class TestGemExtRakeBuilder < Gem::TestCase
|
|||
assert_match %r%^#{Regexp.escape @@ruby} mkrf_conf\.rb%, output
|
||||
assert_match %r%^#{Regexp.escape rake} RUBYARCHDIR=#{Regexp.escape @dest_path} RUBYLIBDIR=#{Regexp.escape @dest_path}%, output
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def test_class_build_fail
|
||||
create_temp_mkrf_file("task :default do abort 'fail' end")
|
||||
|
@ -69,7 +69,7 @@ class TestGemExtRakeBuilder < Gem::TestCase
|
|||
assert_match %r%^rake failed%, error.message
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def create_temp_mkrf_file(rakefile_content)
|
||||
File.open File.join(@ext, 'mkrf_conf.rb'), 'w' do |mkrf_conf|
|
||||
mkrf_conf.puts <<-EO_MKRF
|
||||
|
|
Loading…
Reference in a new issue