Skip to content

Commit

Permalink
First stab at converting from rspec to minitest/spec... gonna need a …
Browse files Browse the repository at this point in the history
…whole lot more work (and rewriting) :(

[git-p4: depot-paths = "//src/flog/dev/": change = 4634]
  • Loading branch information
zenspider committed Feb 23, 2009
1 parent d69181e commit bde9b44
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 595 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Hoe.add_include_dirs("../../ParseTree/dev/lib",
"../../RubyInline/dev/lib",
"../../sexp_processor/dev/lib",
"../../ZenTest/dev/lib",
"../../minitest/dev/lib",
"lib")

require './lib/flog'
Expand All @@ -18,6 +19,9 @@ Hoe.new('flog', Flog::VERSION) do |flog|

flog.extra_deps << ['sexp_processor', '~> 3.0']
flog.extra_deps << ["ParseTree", '~> 3.0']

flog.testlib = :minitest
end


# vim: syntax=Ruby
Loading

0 comments on commit bde9b44

Please sign in to comment.