test/test_helper.rb in bones-compiler-1.3.1 vs test/test_helper.rb in bones-compiler-1.6.0

- old
+ new

@@ -73,11 +73,11 @@ # Iterate over the example speciess examples.each do |example| # Create an example primitive primitive_name = 'example' - primitive_start = Bones::Preprocessor::PRIMITIVE_START+' '+example - primitive_end = Bones::Preprocessor::PRIMITIVE_END+' '+primitive_name + primitive_start = Bones::Preprocessor::SPECIES_START+' '+example + primitive_end = Bones::Preprocessor::SPECIES_END+' '+primitive_name # Create a matching species for comparison prefix = '' if example =~ /^(unordered|multiple)/ partition = example.partition(' ')