Changeset 4244
- Timestamp:
- 01/09/08 03:49:24 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/pit/test/pit_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/pit/test/pit_test.rb
r4242 r4244 52 52 exe.open("w") do |f| 53 53 f.puts <<-EOF.gsub(/^\t+/, "") 54 #!/usr/bin/env ruby54 #!/usr/bin/env ruby 55 55 56 File.open(ENV["TEST_FILE"], "w") do |f|57 f.puts ARGF.read58 end56 File.open(ENV["TEST_FILE"], "w") do |f| 57 f.puts ARGF.read 58 end 59 59 EOF 60 60 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)