From 0eed2b051af809ad894df79a4ffbe4e2e39003b5 Mon Sep 17 00:00:00 2001 From: Alex Genco Date: Sun, 14 Sep 2014 13:02:09 -0700 Subject: [PATCH] Add "_test" suffix to JsonApi::HasManyTest filename. "rake test" was previously skipping this file because it didn't have the proper suffix. --- test/adapter/json_api/{has_many.rb => has_many_test.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/adapter/json_api/{has_many.rb => has_many_test.rb} (100%) diff --git a/test/adapter/json_api/has_many.rb b/test/adapter/json_api/has_many_test.rb similarity index 100% rename from test/adapter/json_api/has_many.rb rename to test/adapter/json_api/has_many_test.rb