tests/staticpress/metadata_test.rb in staticpress-0.5.2 vs tests/staticpress/metadata_test.rb in staticpress-0.6.0
- old
+ new
@@ -1,8 +1,6 @@
require_relative '../test_case'
-require 'staticpress/metadata'
-
class MetadataTest < TestCase
let(:meta) { Staticpress::Metadata.new }
let(:another_meta) { Staticpress::Metadata.new :layout => 'post_index', :categories => %w[programming], :tags => %w[code tutorial] }
def test__chevron