Skip to content

Commit

Permalink
turn doesn't like non-ruby under test/
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jun 3, 2011
1 parent 7b077bf commit 62cdd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion test/generator_test.rb
Expand Up @@ -4,7 +4,8 @@ class GeneratorTest < Test::Unit::TestCase

def setup
# Load up the generator request for the addressbook.proto example
mock_request = File.read(File.expand_path("../code_generator_request.dat", __FILE__))
dat = File.dirname(__FILE__) + "/../dat/code_generator_request.dat"
mock_request = File.read(dat)
@req = CodeGeneratorRequest.decode(mock_request)
end

Expand Down

0 comments on commit 62cdd30

Please sign in to comment.