OSDN Git Service

merge v06sheet
[pettanr/pettanr.git] / spec / helpers / sheet_panels_helper_spec.rb
diff --git a/spec/helpers/sheet_panels_helper_spec.rb b/spec/helpers/sheet_panels_helper_spec.rb
new file mode 100644 (file)
index 0000000..9792472
--- /dev/null
@@ -0,0 +1,15 @@
+require 'spec_helper'
+
+# Specs in this file have access to a helper object that includes
+# the SheetPanelsHelper. For example:
+#
+# describe SheetPanelsHelper do
+#   describe "string concat" do
+#     it "concats two strings with spaces" do
+#       helper.concat_strings("this","that").should == "this that"
+#     end
+#   end
+# end
+describe SheetPanelsHelper do
+  pending "add some examples to (or delete) #{__FILE__}"
+end