From 0d53e863dfcadd34bd68de0845788d7502fdd5e4 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 7 Jun 2011 10:32:23 -0500 Subject: [PATCH] Remove blob fixture namespace --- test/fixtures/{blob => }/Capfile | 0 test/fixtures/{blob => }/Foo.h | 0 test/fixtures/{blob => }/Foo.m | 0 test/fixtures/{blob => }/FooAppDelegate.h | 0 test/fixtures/{blob => }/FooAppDelegate.m | 0 test/fixtures/{blob => }/README | 0 test/fixtures/{blob => }/Rakefile | 0 test/fixtures/{blob => }/bar.h | 0 test/fixtures/{blob => }/bar.hpp | 0 test/fixtures/{blob => }/coffee/classes.coffee | 0 test/fixtures/{blob => }/coffee/classes.js | 0 test/fixtures/{blob => }/coffee/empty.coffee | 0 test/fixtures/{blob => }/coffee/empty.js | 0 test/fixtures/{blob => }/coffee/hello.coffee | 0 test/fixtures/{blob => }/coffee/hello.js | 0 test/fixtures/{blob => }/coffee/intro.coffee | 0 test/fixtures/{blob => }/coffee/intro.js | 0 test/fixtures/{blob => }/defun.kt | 0 test/fixtures/{blob => }/dude-thing-okay--001.patch | 0 test/fixtures/{blob => }/dude.el | 0 test/fixtures/{blob => }/dude.js | 0 test/fixtures/{blob => }/file.txt | 0 test/fixtures/{blob => }/foo.rb | 0 test/fixtures/{blob => }/foo.txt | 0 test/fixtures/{blob => }/grit.rb | 0 test/fixtures/{blob => }/hello.c | 0 test/fixtures/{blob => }/hello.cpp | 0 test/fixtures/{blob => }/hello.h | 0 test/fixtures/{blob => }/hello.m | 0 test/fixtures/{blob => }/hello.s | 0 test/fixtures/{blob => }/jquery-1.6.1.js | 0 test/fixtures/{blob => }/jquery-1.6.1.min.js | 0 test/fixtures/{blob => }/octocat.ai | 0 test/fixtures/{blob => }/script.bash | 0 test/fixtures/{blob => }/script.foo | 0 test/fixtures/{blob => }/script.groovy | 0 test/fixtures/{blob => }/script.js | 0 test/fixtures/{blob => }/script.mrb | 0 test/fixtures/{blob => }/script.nu | 0 test/fixtures/{blob => }/script.pl | 0 test/fixtures/{blob => }/script.py | 0 test/fixtures/{blob => }/script.rake | 0 test/fixtures/{blob => }/script.rb | 0 test/fixtures/{blob => }/script.sh | 0 test/fixtures/{blob => }/script.zsh | 0 test/fixtures/{blob => }/script2.rb | 0 test/fixtures/{blob => }/subdir/Rakefile | 0 test/fixtures/{blob => }/wrong_shebang.rb | 0 test/test_blob.rb | 2 +- 49 files changed, 1 insertion(+), 1 deletion(-) rename test/fixtures/{blob => }/Capfile (100%) rename test/fixtures/{blob => }/Foo.h (100%) rename test/fixtures/{blob => }/Foo.m (100%) rename test/fixtures/{blob => }/FooAppDelegate.h (100%) rename test/fixtures/{blob => }/FooAppDelegate.m (100%) rename test/fixtures/{blob => }/README (100%) rename test/fixtures/{blob => }/Rakefile (100%) rename test/fixtures/{blob => }/bar.h (100%) rename test/fixtures/{blob => }/bar.hpp (100%) rename test/fixtures/{blob => }/coffee/classes.coffee (100%) rename test/fixtures/{blob => }/coffee/classes.js (100%) rename test/fixtures/{blob => }/coffee/empty.coffee (100%) rename test/fixtures/{blob => }/coffee/empty.js (100%) rename test/fixtures/{blob => }/coffee/hello.coffee (100%) rename test/fixtures/{blob => }/coffee/hello.js (100%) rename test/fixtures/{blob => }/coffee/intro.coffee (100%) rename test/fixtures/{blob => }/coffee/intro.js (100%) rename test/fixtures/{blob => }/defun.kt (100%) rename test/fixtures/{blob => }/dude-thing-okay--001.patch (100%) rename test/fixtures/{blob => }/dude.el (100%) rename test/fixtures/{blob => }/dude.js (100%) rename test/fixtures/{blob => }/file.txt (100%) rename test/fixtures/{blob => }/foo.rb (100%) rename test/fixtures/{blob => }/foo.txt (100%) rename test/fixtures/{blob => }/grit.rb (100%) rename test/fixtures/{blob => }/hello.c (100%) rename test/fixtures/{blob => }/hello.cpp (100%) rename test/fixtures/{blob => }/hello.h (100%) rename test/fixtures/{blob => }/hello.m (100%) rename test/fixtures/{blob => }/hello.s (100%) rename test/fixtures/{blob => }/jquery-1.6.1.js (100%) rename test/fixtures/{blob => }/jquery-1.6.1.min.js (100%) rename test/fixtures/{blob => }/octocat.ai (100%) rename test/fixtures/{blob => }/script.bash (100%) rename test/fixtures/{blob => }/script.foo (100%) rename test/fixtures/{blob => }/script.groovy (100%) rename test/fixtures/{blob => }/script.js (100%) rename test/fixtures/{blob => }/script.mrb (100%) rename test/fixtures/{blob => }/script.nu (100%) rename test/fixtures/{blob => }/script.pl (100%) rename test/fixtures/{blob => }/script.py (100%) rename test/fixtures/{blob => }/script.rake (100%) rename test/fixtures/{blob => }/script.rb (100%) rename test/fixtures/{blob => }/script.sh (100%) rename test/fixtures/{blob => }/script.zsh (100%) rename test/fixtures/{blob => }/script2.rb (100%) rename test/fixtures/{blob => }/subdir/Rakefile (100%) rename test/fixtures/{blob => }/wrong_shebang.rb (100%) diff --git a/test/fixtures/blob/Capfile b/test/fixtures/Capfile similarity index 100% rename from test/fixtures/blob/Capfile rename to test/fixtures/Capfile diff --git a/test/fixtures/blob/Foo.h b/test/fixtures/Foo.h similarity index 100% rename from test/fixtures/blob/Foo.h rename to test/fixtures/Foo.h diff --git a/test/fixtures/blob/Foo.m b/test/fixtures/Foo.m similarity index 100% rename from test/fixtures/blob/Foo.m rename to test/fixtures/Foo.m diff --git a/test/fixtures/blob/FooAppDelegate.h b/test/fixtures/FooAppDelegate.h similarity index 100% rename from test/fixtures/blob/FooAppDelegate.h rename to test/fixtures/FooAppDelegate.h diff --git a/test/fixtures/blob/FooAppDelegate.m b/test/fixtures/FooAppDelegate.m similarity index 100% rename from test/fixtures/blob/FooAppDelegate.m rename to test/fixtures/FooAppDelegate.m diff --git a/test/fixtures/blob/README b/test/fixtures/README similarity index 100% rename from test/fixtures/blob/README rename to test/fixtures/README diff --git a/test/fixtures/blob/Rakefile b/test/fixtures/Rakefile similarity index 100% rename from test/fixtures/blob/Rakefile rename to test/fixtures/Rakefile diff --git a/test/fixtures/blob/bar.h b/test/fixtures/bar.h similarity index 100% rename from test/fixtures/blob/bar.h rename to test/fixtures/bar.h diff --git a/test/fixtures/blob/bar.hpp b/test/fixtures/bar.hpp similarity index 100% rename from test/fixtures/blob/bar.hpp rename to test/fixtures/bar.hpp diff --git a/test/fixtures/blob/coffee/classes.coffee b/test/fixtures/coffee/classes.coffee similarity index 100% rename from test/fixtures/blob/coffee/classes.coffee rename to test/fixtures/coffee/classes.coffee diff --git a/test/fixtures/blob/coffee/classes.js b/test/fixtures/coffee/classes.js similarity index 100% rename from test/fixtures/blob/coffee/classes.js rename to test/fixtures/coffee/classes.js diff --git a/test/fixtures/blob/coffee/empty.coffee b/test/fixtures/coffee/empty.coffee similarity index 100% rename from test/fixtures/blob/coffee/empty.coffee rename to test/fixtures/coffee/empty.coffee diff --git a/test/fixtures/blob/coffee/empty.js b/test/fixtures/coffee/empty.js similarity index 100% rename from test/fixtures/blob/coffee/empty.js rename to test/fixtures/coffee/empty.js diff --git a/test/fixtures/blob/coffee/hello.coffee b/test/fixtures/coffee/hello.coffee similarity index 100% rename from test/fixtures/blob/coffee/hello.coffee rename to test/fixtures/coffee/hello.coffee diff --git a/test/fixtures/blob/coffee/hello.js b/test/fixtures/coffee/hello.js similarity index 100% rename from test/fixtures/blob/coffee/hello.js rename to test/fixtures/coffee/hello.js diff --git a/test/fixtures/blob/coffee/intro.coffee b/test/fixtures/coffee/intro.coffee similarity index 100% rename from test/fixtures/blob/coffee/intro.coffee rename to test/fixtures/coffee/intro.coffee diff --git a/test/fixtures/blob/coffee/intro.js b/test/fixtures/coffee/intro.js similarity index 100% rename from test/fixtures/blob/coffee/intro.js rename to test/fixtures/coffee/intro.js diff --git a/test/fixtures/blob/defun.kt b/test/fixtures/defun.kt similarity index 100% rename from test/fixtures/blob/defun.kt rename to test/fixtures/defun.kt diff --git a/test/fixtures/blob/dude-thing-okay--001.patch b/test/fixtures/dude-thing-okay--001.patch similarity index 100% rename from test/fixtures/blob/dude-thing-okay--001.patch rename to test/fixtures/dude-thing-okay--001.patch diff --git a/test/fixtures/blob/dude.el b/test/fixtures/dude.el similarity index 100% rename from test/fixtures/blob/dude.el rename to test/fixtures/dude.el diff --git a/test/fixtures/blob/dude.js b/test/fixtures/dude.js similarity index 100% rename from test/fixtures/blob/dude.js rename to test/fixtures/dude.js diff --git a/test/fixtures/blob/file.txt b/test/fixtures/file.txt similarity index 100% rename from test/fixtures/blob/file.txt rename to test/fixtures/file.txt diff --git a/test/fixtures/blob/foo.rb b/test/fixtures/foo.rb similarity index 100% rename from test/fixtures/blob/foo.rb rename to test/fixtures/foo.rb diff --git a/test/fixtures/blob/foo.txt b/test/fixtures/foo.txt similarity index 100% rename from test/fixtures/blob/foo.txt rename to test/fixtures/foo.txt diff --git a/test/fixtures/blob/grit.rb b/test/fixtures/grit.rb similarity index 100% rename from test/fixtures/blob/grit.rb rename to test/fixtures/grit.rb diff --git a/test/fixtures/blob/hello.c b/test/fixtures/hello.c similarity index 100% rename from test/fixtures/blob/hello.c rename to test/fixtures/hello.c diff --git a/test/fixtures/blob/hello.cpp b/test/fixtures/hello.cpp similarity index 100% rename from test/fixtures/blob/hello.cpp rename to test/fixtures/hello.cpp diff --git a/test/fixtures/blob/hello.h b/test/fixtures/hello.h similarity index 100% rename from test/fixtures/blob/hello.h rename to test/fixtures/hello.h diff --git a/test/fixtures/blob/hello.m b/test/fixtures/hello.m similarity index 100% rename from test/fixtures/blob/hello.m rename to test/fixtures/hello.m diff --git a/test/fixtures/blob/hello.s b/test/fixtures/hello.s similarity index 100% rename from test/fixtures/blob/hello.s rename to test/fixtures/hello.s diff --git a/test/fixtures/blob/jquery-1.6.1.js b/test/fixtures/jquery-1.6.1.js similarity index 100% rename from test/fixtures/blob/jquery-1.6.1.js rename to test/fixtures/jquery-1.6.1.js diff --git a/test/fixtures/blob/jquery-1.6.1.min.js b/test/fixtures/jquery-1.6.1.min.js similarity index 100% rename from test/fixtures/blob/jquery-1.6.1.min.js rename to test/fixtures/jquery-1.6.1.min.js diff --git a/test/fixtures/blob/octocat.ai b/test/fixtures/octocat.ai similarity index 100% rename from test/fixtures/blob/octocat.ai rename to test/fixtures/octocat.ai diff --git a/test/fixtures/blob/script.bash b/test/fixtures/script.bash similarity index 100% rename from test/fixtures/blob/script.bash rename to test/fixtures/script.bash diff --git a/test/fixtures/blob/script.foo b/test/fixtures/script.foo similarity index 100% rename from test/fixtures/blob/script.foo rename to test/fixtures/script.foo diff --git a/test/fixtures/blob/script.groovy b/test/fixtures/script.groovy similarity index 100% rename from test/fixtures/blob/script.groovy rename to test/fixtures/script.groovy diff --git a/test/fixtures/blob/script.js b/test/fixtures/script.js similarity index 100% rename from test/fixtures/blob/script.js rename to test/fixtures/script.js diff --git a/test/fixtures/blob/script.mrb b/test/fixtures/script.mrb similarity index 100% rename from test/fixtures/blob/script.mrb rename to test/fixtures/script.mrb diff --git a/test/fixtures/blob/script.nu b/test/fixtures/script.nu similarity index 100% rename from test/fixtures/blob/script.nu rename to test/fixtures/script.nu diff --git a/test/fixtures/blob/script.pl b/test/fixtures/script.pl similarity index 100% rename from test/fixtures/blob/script.pl rename to test/fixtures/script.pl diff --git a/test/fixtures/blob/script.py b/test/fixtures/script.py similarity index 100% rename from test/fixtures/blob/script.py rename to test/fixtures/script.py diff --git a/test/fixtures/blob/script.rake b/test/fixtures/script.rake similarity index 100% rename from test/fixtures/blob/script.rake rename to test/fixtures/script.rake diff --git a/test/fixtures/blob/script.rb b/test/fixtures/script.rb similarity index 100% rename from test/fixtures/blob/script.rb rename to test/fixtures/script.rb diff --git a/test/fixtures/blob/script.sh b/test/fixtures/script.sh similarity index 100% rename from test/fixtures/blob/script.sh rename to test/fixtures/script.sh diff --git a/test/fixtures/blob/script.zsh b/test/fixtures/script.zsh similarity index 100% rename from test/fixtures/blob/script.zsh rename to test/fixtures/script.zsh diff --git a/test/fixtures/blob/script2.rb b/test/fixtures/script2.rb similarity index 100% rename from test/fixtures/blob/script2.rb rename to test/fixtures/script2.rb diff --git a/test/fixtures/blob/subdir/Rakefile b/test/fixtures/subdir/Rakefile similarity index 100% rename from test/fixtures/blob/subdir/Rakefile rename to test/fixtures/subdir/Rakefile diff --git a/test/fixtures/blob/wrong_shebang.rb b/test/fixtures/wrong_shebang.rb similarity index 100% rename from test/fixtures/blob/wrong_shebang.rb rename to test/fixtures/wrong_shebang.rb diff --git a/test/test_blob.rb b/test/test_blob.rb index 466a215d..0dbe46e7 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -7,7 +7,7 @@ class TestBlob < Test::Unit::TestCase include Linguist def fixtures_path - File.expand_path("../fixtures/blob", __FILE__) + File.expand_path("../fixtures", __FILE__) end def blob(name)