test/helper.rb in osheet-1.0.0.rc.1 vs test/helper.rb in osheet-1.0.0.rc.2
- old
+ new
@@ -3,17 +3,9 @@
# add root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
class Assert::Context
- def xmlss_style_markup(writer)
- Xmlss::Workbook.writer(writer.xmlss_workbook).styles_markup.flush.to_s
- end
-
- def xmlss_element_markup(writer)
- Xmlss::Workbook.writer(writer.xmlss_workbook).worksheets_markup.flush.to_s
- end
-
# Macros
def self.be_a_meta_element(*args)
called_from = caller.first
macro_name = "be a meta element"