spec/spec_helper.rb in truncate_html-0.9.2 vs spec/spec_helper.rb in truncate_html-0.9.3

- old
+ new

@@ -6,6 +6,8 @@ require File.expand_path('../../lib/truncate_html', __FILE__) RSpec.configure do |config| config.mock_with :rspec + + config.order = 'random' end