test/indexer/macros_marc21_test.rb in traject-0.0.1 vs test/indexer/macros_marc21_test.rb in traject-0.0.2

- old
+ new

@@ -12,10 +12,9 @@ describe "Traject::Macros::Marc21" do Marc21 = Traject::Macros::Marc21 # shortcut before do @indexer = Traject::Indexer.new - @indexer.extend Traject::Macros::Marc21 @record = MARC::Reader.new(support_file_path "manufacturing_consent.marc").to_a.first end describe "extract_marc" do it "extracts marc" do \ No newline at end of file