aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/holiday_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/holiday_spec.rb')
-rw-r--r--spec/models/holiday_spec.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/models/holiday_spec.rb b/spec/models/holiday_spec.rb
index 5d3f76d24..89849abb7 100644
--- a/spec/models/holiday_spec.rb
+++ b/spec/models/holiday_spec.rb
@@ -1,3 +1,12 @@
+# == Schema Information
+#
+# Table name: holidays
+#
+# id :integer not null, primary key
+# day :date
+# description :text
+#
+
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe Holiday, " when calculating due date" do