X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a5336e68a3fb124b6d024ea9b0b9d7bfe88b3b6a..0436b4878ce29c48b690772e61fcaf7aaae8a4ac:/spec/helpers/api_helper_spec.rb diff --git a/spec/helpers/api_helper_spec.rb b/spec/helpers/api_helper_spec.rb deleted file mode 100644 index 2f5f0ef5d..000000000 --- a/spec/helpers/api_helper_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require File.dirname(__FILE__) + '/../spec_helper' - -describe ApiHelper do - - #Delete this example and add some real ones or delete this file - it "should include the ApiHelper" do - included_modules = self.metaclass.send :included_modules - included_modules.should include(ApiHelper) - end - -end