Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Aug 2, 2008
1 parent 71fc0d5 commit d8a0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ task 'test:conformance' => [:build] do |t|
end

desc 'Run version 1.0 conformance suite'
task 'test:conformance:1.0' => [:build]
task 'test:conformance:1.0' => [:build] do
ENV['MARKDOWN_TEST_VER'] = '1.0'
Rake::Task['test:conformance'].invoke
end
Expand Down

0 comments on commit d8a0e78

Please sign in to comment.