From 004bd588e154235e2a1a1f511233a941e95ee50b Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 8 Sep 2014 17:51:50 +0200 Subject: [PATCH] Adds spec file to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8e2208b91..821ee6f7f3 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ WORKING_SPECS_2 = \ spec/models/visualization/*.rb \ spec/models/named_maps_spec.rb \ spec/models/geocoding_spec.rb \ + spec/models/common_data_spec.rb \ spec/lib/sql_parser_spec.rb \ $(NULL)