From a20810e6a822dca3a69a1abf903dfea55aa166c8 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Sun, 10 Apr 2011 19:01:02 -0700 Subject: maint: direct people to the expected spec file... Because the implementation is directly an alias to another file, the spec here is empty. Instead, direct people over to the spec file they should be looking in. Makes it easier for new developers at pretty much zero cast. Reviewed-By: Matt Robinson --- spec/unit/faces_spec.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 spec/unit/faces_spec.rb diff --git a/spec/unit/faces_spec.rb b/spec/unit/faces_spec.rb new file mode 100644 index 000000000..b6c49d917 --- /dev/null +++ b/spec/unit/faces_spec.rb @@ -0,0 +1 @@ +# You should look at interface_spec.rb -- cgit