Introduction
Introduction Statistics Contact Development Disclaimer Help
fix path to spec_helper for 1.9.2 - reportable - Fork of reportable required by…
Log
Files
Refs
README
---
commit de8edbd165a5ca726858f3b85f49e6258ed18565
parent 286b96ea8b45f001cc5099ad7307ab7270e1ae28
Author: Anton Shemerey <[email protected]>
Date: Sat, 12 Mar 2011 23:37:58 +0200
fix path to spec_helper for 1.9.2
Diffstat:
M spec/classes/cumulated_report_spec… | 2 +-
M spec/classes/grouping_spec.rb | 2 +-
M spec/classes/report_cache_spec.rb | 2 +-
M spec/classes/report_spec.rb | 2 +-
M spec/classes/reporting_period_spec… | 2 +-
M spec/other/report_method_spec.rb | 2 +-
M spec/other/report_tag_helper_spec.… | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/spec/classes/cumulated_report_spec.rb b/spec/classes/cumulated_rep…
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::CumulatedReport do
diff --git a/spec/classes/grouping_spec.rb b/spec/classes/grouping_spec.rb
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::Grouping do
diff --git a/spec/classes/report_cache_spec.rb b/spec/classes/report_cache_spec…
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::ReportCache do
diff --git a/spec/classes/report_spec.rb b/spec/classes/report_spec.rb
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::Report do
diff --git a/spec/classes/reporting_period_spec.rb b/spec/classes/reporting_per…
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::ReportingPeriod do
diff --git a/spec/other/report_method_spec.rb b/spec/other/report_method_spec.rb
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable do
diff --git a/spec/other/report_tag_helper_spec.rb b/spec/other/report_tag_helpe…
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), '..', 'spec_helper')
+require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))),'spec…
describe Saulabs::Reportable::ReportTagHelper do
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.