--- !ruby/object:Gem::Specification name: riot version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 12 - 1 version: 0.12.1 platform: ruby authors: - Justin 'Gus' Knowlden autorequire: bindir: bin cert_chain: [] date: 2011-01-14 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rr prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: term-ansicolor prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id002 description: An extremely fast, expressive, and context-driven unit-testing framework. A replacement for all other testing frameworks. Protest the slow test. email: gus@gusg.us executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - CHANGELOG - MIT-LICENSE - README.markdown - Rakefile - TODO.markdown - VERSION - lib/riot.rb - lib/riot/assertion.rb - lib/riot/assertion_macro.rb - lib/riot/assertion_macros/any.rb - lib/riot/assertion_macros/assigns.rb - lib/riot/assertion_macros/empty.rb - lib/riot/assertion_macros/equals.rb - lib/riot/assertion_macros/equivalent_to.rb - lib/riot/assertion_macros/exists.rb - lib/riot/assertion_macros/includes.rb - lib/riot/assertion_macros/kind_of.rb - lib/riot/assertion_macros/matches.rb - lib/riot/assertion_macros/nil.rb - lib/riot/assertion_macros/not_borat.rb - lib/riot/assertion_macros/raises.rb - lib/riot/assertion_macros/respond_to.rb - lib/riot/assertion_macros/same_elements.rb - lib/riot/assertion_macros/size.rb - lib/riot/context.rb - lib/riot/context_helpers.rb - lib/riot/context_options.rb - lib/riot/message.rb - lib/riot/middleware.rb - lib/riot/reporter.rb - lib/riot/rr.rb - lib/riot/runnable.rb - lib/riot/situation.rb - riot.gemspec - test.watchr - test/benchmark/colorize.rb - test/benchmark/message_concatenation.rb - test/benchmark/riot_vs_minitest.rb - test/benchmark/same_elements_vs_set.rb - test/benchmark/simple_context_and_assertions.rb - test/core/assertion_macros/any_test.rb - test/core/assertion_macros/assigns_test.rb - test/core/assertion_macros/empty_test.rb - test/core/assertion_macros/equals_test.rb - test/core/assertion_macros/equivalent_to_test.rb - test/core/assertion_macros/exists_test.rb - test/core/assertion_macros/includes_test.rb - test/core/assertion_macros/kind_of_test.rb - test/core/assertion_macros/matches_test.rb - test/core/assertion_macros/nil_test.rb - test/core/assertion_macros/not_borat_test.rb - test/core/assertion_macros/raises_test.rb - test/core/assertion_macros/respond_to_test.rb - test/core/assertion_macros/same_elements_test.rb - test/core/assertion_macros/size_test.rb - test/core/context/asserts_topic_test.rb - test/core/context/context_test.rb - test/core/context/context_with_options_test.rb - test/core/context/deny_test.rb - test/core/context/helper_test.rb - test/core/context/hookup_test.rb - test/core/context/nested_contexts_test.rb - test/core/context/premium_setup_test.rb - test/core/context/should_test.rb - test/core/context/using_describe_in_a_test.rb - test/core/middleware/chained_context_middleware_test.rb - test/core/middleware/context_middleware_test.rb - test/core/report_test.rb - test/core/runnable/assertion_macro_test.rb - test/core/runnable/assertion_test.rb - test/core/runnable/message_test.rb - test/core/runnable/negative_assertion_test.rb - test/core/runnable/setup_test.rb - test/core/runnable/situation_test.rb - test/core/runnable/teardown_test.rb - test/extensions/rrriot_test.rb - test/teststrap.rb has_rdoc: true homepage: http://github.com/thumblemonks/riot licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: An extremely fast, expressive, and context-driven unit-testing framework. Protest the slow test. test_files: - test/benchmark/colorize.rb - test/benchmark/message_concatenation.rb - test/benchmark/riot_vs_minitest.rb - test/benchmark/same_elements_vs_set.rb - test/benchmark/simple_context_and_assertions.rb - test/core/assertion_macros/any_test.rb - test/core/assertion_macros/assigns_test.rb - test/core/assertion_macros/empty_test.rb - test/core/assertion_macros/equals_test.rb - test/core/assertion_macros/equivalent_to_test.rb - test/core/assertion_macros/exists_test.rb - test/core/assertion_macros/includes_test.rb - test/core/assertion_macros/kind_of_test.rb - test/core/assertion_macros/matches_test.rb - test/core/assertion_macros/nil_test.rb - test/core/assertion_macros/not_borat_test.rb - test/core/assertion_macros/raises_test.rb - test/core/assertion_macros/respond_to_test.rb - test/core/assertion_macros/same_elements_test.rb - test/core/assertion_macros/size_test.rb - test/core/context/asserts_topic_test.rb - test/core/context/context_test.rb - test/core/context/context_with_options_test.rb - test/core/context/deny_test.rb - test/core/context/helper_test.rb - test/core/context/hookup_test.rb - test/core/context/nested_contexts_test.rb - test/core/context/premium_setup_test.rb - test/core/context/should_test.rb - test/core/context/using_describe_in_a_test.rb - test/core/middleware/chained_context_middleware_test.rb - test/core/middleware/context_middleware_test.rb - test/core/report_test.rb - test/core/runnable/assertion_macro_test.rb - test/core/runnable/assertion_test.rb - test/core/runnable/message_test.rb - test/core/runnable/negative_assertion_test.rb - test/core/runnable/setup_test.rb - test/core/runnable/situation_test.rb - test/core/runnable/teardown_test.rb - test/extensions/rrriot_test.rb - test/teststrap.rb