Updated MSpec source to a2ada2a8.
commit5407d9abd7005ba10ea7c3cca093b2727d29ca26
authorBrian Ford <bford@engineyard.com>
Sat, 5 Jul 2008 18:41:34 +0000 (5 11:41 -0700)
committerBrian Ford <bford@engineyard.com>
Sat, 5 Jul 2008 18:41:34 +0000 (5 11:41 -0700)
treed18c2d4dc95e5c8b1820ab410d6c47c227d02064
parent0f28fb061589d956c6456ea4501378f9dc3b4b86
Updated MSpec source to a2ada2a8.
31 files changed:
mspec/Rakefile
mspec/lib/mspec/runner/actions/tag.rb
mspec/lib/mspec/runner/actions/tally.rb
mspec/lib/mspec/runner/context.rb [moved from mspec/lib/mspec/runner/state.rb with 52% similarity]
mspec/lib/mspec/runner/example.rb [new file with mode: 0644]
mspec/lib/mspec/runner/exception.rb [new file with mode: 0644]
mspec/lib/mspec/runner/formatters/dotted.rb
mspec/lib/mspec/runner/formatters/html.rb
mspec/lib/mspec/runner/formatters/specdoc.rb
mspec/lib/mspec/runner/formatters/spinner.rb
mspec/lib/mspec/runner/formatters/summary.rb
mspec/lib/mspec/runner/formatters/unit.rb
mspec/lib/mspec/runner/formatters/yaml.rb
mspec/lib/mspec/runner/mspec.rb
mspec/lib/mspec/version.rb
mspec/mspec-1.2.0.gemspec [copied from mspec/Rakefile with 83% similarity]
mspec/spec/runner/actions/debug_spec.rb
mspec/spec/runner/actions/gdb_spec.rb
mspec/spec/runner/actions/tag_spec.rb
mspec/spec/runner/actions/tally_spec.rb
mspec/spec/runner/context_spec.rb [moved from mspec/spec/runner/state_spec.rb with 63% similarity]
mspec/spec/runner/example_spec.rb [new file with mode: 0644]
mspec/spec/runner/exception_spec.rb [new file with mode: 0644]
mspec/spec/runner/formatters/dotted_spec.rb
mspec/spec/runner/formatters/html_spec.rb
mspec/spec/runner/formatters/specdoc_spec.rb
mspec/spec/runner/formatters/spinner_spec.rb
mspec/spec/runner/formatters/summary_spec.rb
mspec/spec/runner/formatters/unit_spec.rb
mspec/spec/runner/formatters/yaml_spec.rb
mspec/spec/runner/mspec_spec.rb