aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/date/format/bag
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/format/bag')
-rw-r--r--spec/ruby/library/date/format/bag/method_missing_spec.rb6
-rw-r--r--spec/ruby/library/date/format/bag/to_hash_spec.rb6
2 files changed, 12 insertions, 0 deletions
diff --git a/spec/ruby/library/date/format/bag/method_missing_spec.rb b/spec/ruby/library/date/format/bag/method_missing_spec.rb
new file mode 100644
index 0000000000..529fde05d2
--- /dev/null
+++ b/spec/ruby/library/date/format/bag/method_missing_spec.rb
@@ -0,0 +1,6 @@
+require File.expand_path('../../../../../spec_helper', __FILE__)
+require 'date'
+
+describe "Date::Format::Bag#method_missing" do
+ it "needs to be reviewed for spec completeness"
+end
diff --git a/spec/ruby/library/date/format/bag/to_hash_spec.rb b/spec/ruby/library/date/format/bag/to_hash_spec.rb
new file mode 100644
index 0000000000..ba9525e5e8
--- /dev/null
+++ b/spec/ruby/library/date/format/bag/to_hash_spec.rb
@@ -0,0 +1,6 @@
+require File.expand_path('../../../../../spec_helper', __FILE__)
+require 'date'
+
+describe "Date::Format::Bag#to_hash" do
+ it "needs to be reviewed for spec completeness"
+end