Move specific filename samples into their own dir

This commit is contained in:
Joshua Peek
2012-07-20 17:20:45 -05:00
parent 5a5d334999
commit 36da52e383
7 changed files with 48 additions and 8 deletions

View File

@@ -87,6 +87,6 @@ class TestTokenizer < Test::Unit::TestCase
def test_ruby_tokens
assert_equal %w(module Foo end), tokenize(:"ruby/foo.rb")
assert_equal %w(# /usr/bin/env ruby puts), tokenize(:"ruby/script.rb")
assert_equal %w(task default do puts end), tokenize(:"ruby/Rakefile")
assert_equal %w(task default do puts end), tokenize(:"ruby/filenames/Rakefile")
end
end