Signed-off-by: Alex Coles <alex@alexbcoles.com>
@ -47,4 +47,3 @@ class CostQuery < Report
end
@ -46,4 +46,3 @@ class CostQuery::Filter < Report::Filter
]
@ -19,4 +19,4 @@
class CostQuery::GroupBy::SingletonValue < Report::GroupBy::SingletonValue
dont_display!
@ -50,4 +50,3 @@ module CostQuery::QueryUtils
propagate!
@ -117,4 +117,3 @@ class CostQuery::SqlStatement < Report::SqlStatement
sql
@ -27,4 +27,3 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<h3><%= l(:"label_#{report_type}_report_plural") %></h3>
<%= render :partial => "report_list", :locals => { :report_type => report_type, :queries => queries } %>
<% end -%>
@ -54,4 +54,3 @@ class AggregatedReportingMigrations < ActiveRecord::Migration
remove_timestamps :custom_fields
@ -18,4 +18,4 @@
#++
ScenarioDisabler.disable(:feature => "Tracking Time", :scenario => "Adding a time entry")
ScenarioDisabler.disable(:feature => "Tracking Time", :scenario => "Editing a time entry")
@ -130,7 +130,7 @@ describe CustomFieldsController do
}
before { session[engine_name] = query }
describe 'does not contain custom field reference' do
include_context 'remove custom field'
@ -104,4 +104,3 @@ describe User, "#destroy" do
it_should_behave_like "public query"
@ -433,4 +433,3 @@ describe CostQuery, :reporting_query_helper => true do
@ -74,4 +74,4 @@ describe CostQuery::Validation do
obj.errors[:date].size.should == 1
@ -25,4 +25,4 @@ class Project
:name => "Project#{Project.all.size}"})
generate! options