reorganizes spec cases and fixes a couple few

This commit is contained in:
Jessica Lynn Suttles 2013-02-11 17:17:31 -08:00
parent ed58788884
commit c74ecef194
158 changed files with 46 additions and 42 deletions

View file

@ -29,7 +29,7 @@ describe Microformats2 do
end
describe "programatic case" do
cases_dir = "spec/support/cases"
cases_dir = "spec/support/cases/microformats.org/microformats-2"
html_files = Dir.entries(cases_dir).keep_if { |f| f =~ /([.]html$)/ }
html_files.each do |html_file|

View file

@ -6,6 +6,6 @@ require 'rspec'
require 'rspec/autorun'
RSpec.configure do |config|
config.order = "random"
# config.order = "random"
config.color = true
end

Some files were not shown because too many files have changed in this diff Show more