Browse RSpec 1.3.0 documentation
261 classes and modules ยท View latest version
- Autotest (module) 0
- Autotest::Rspec (class) 7 methods
- Kernel (module) 3 methods
- lib/autotest/discover.rb (file) 0
- lib/autotest/rspec.rb (file) 0
- lib/spec.rb (file) 0
- lib/spec/adapters/mock_frameworks/flexmock.rb (file) 0
- lib/spec/adapters/mock_frameworks/mocha.rb (file) 0
- lib/spec/adapters/mock_frameworks/rr.rb (file) 0
- lib/spec/adapters/mock_frameworks/rspec.rb (file) 0
- lib/spec/autorun.rb (file) 0
- lib/spec/deprecation.rb (file) 0
- lib/spec/dsl.rb (file) 0
- lib/spec/dsl/main.rb (file) 0
- lib/spec/example.rb (file) 0
- lib/spec/example/args_and_options.rb (file) 0
- lib/spec/example/before_and_after_hooks.rb (file) 0
- lib/spec/example/errors.rb (file) 0
- lib/spec/example/example_group_factory.rb (file) 0
- lib/spec/example/example_group_hierarchy.rb (file) 0
- lib/spec/example/example_group_methods.rb (file) 0
- lib/spec/example/example_group_proxy.rb (file) 0
- lib/spec/example/example_group.rb (file) 0
- lib/spec/example/example_matcher.rb (file) 0
- lib/spec/example/example_methods.rb (file) 0
- lib/spec/example/example_proxy.rb (file) 0
- lib/spec/example/module_reopening_fix.rb (file) 0
- lib/spec/example/pending.rb (file) 0
- lib/spec/example/predicate_matchers.rb (file) 0
- lib/spec/example/shared_example_group.rb (file) 0
- lib/spec/example/subject.rb (file) 0
- lib/spec/expectations.rb (file) 0
- lib/spec/expectations/errors.rb (file) 0
- lib/spec/expectations/extensions.rb (file) 0
- lib/spec/expectations/extensions/kernel.rb (file) 0
- lib/spec/expectations/fail_with.rb (file) 0
- lib/spec/expectations/handler.rb (file) 0
- lib/spec/extensions/instance_exec.rb (file) 0
- lib/spec/interop/test.rb (file) 0
- lib/spec/interop/test/unit/autorunner.rb (file) 0
- lib/spec/interop/test/unit/testcase.rb (file) 0
- lib/spec/interop/test/unit/testresult.rb (file) 0
- lib/spec/interop/test/unit/testsuite_adapter.rb (file) 0
- lib/spec/interop/test/unit/ui/console/testrunner.rb (file) 0
- lib/spec/matchers.rb (file) 0
- lib/spec/matchers/be_close.rb (file) 0
- lib/spec/matchers/be_instance_of.rb (file) 0
- lib/spec/matchers/be_kind_of.rb (file) 0
- lib/spec/matchers/be.rb (file) 0
- lib/spec/matchers/change.rb (file) 0
- lib/spec/matchers/compatibility.rb (file) 0
- lib/spec/matchers/dsl.rb (file) 0
- lib/spec/matchers/eql.rb (file) 0
- lib/spec/matchers/equal.rb (file) 0
- lib/spec/matchers/errors.rb (file) 0
- lib/spec/matchers/exist.rb (file) 0
- lib/spec/matchers/generated_descriptions.rb (file) 0
- lib/spec/matchers/has.rb (file) 0
- lib/spec/matchers/have.rb (file) 0
- lib/spec/matchers/include.rb (file) 0
- lib/spec/matchers/match_array.rb (file) 0
- lib/spec/matchers/match.rb (file) 0
- lib/spec/matchers/matcher.rb (file) 0
- lib/spec/matchers/method_missing.rb (file) 0
- lib/spec/matchers/operator_matcher.rb (file) 0
- lib/spec/matchers/pretty.rb (file) 0
- lib/spec/matchers/raise_exception.rb (file) 0
- lib/spec/matchers/respond_to.rb (file) 0
- lib/spec/matchers/satisfy.rb (file) 0
- lib/spec/matchers/simple_matcher.rb (file) 0
- lib/spec/matchers/throw_symbol.rb (file) 0
- lib/spec/matchers/wrap_expectation.rb (file) 0
- lib/spec/mocks.rb (file) 0
- lib/spec/mocks/argument_expectation.rb (file) 0
- lib/spec/mocks/argument_matchers.rb (file) 0
- lib/spec/mocks/error_generator.rb (file) 0
- lib/spec/mocks/errors.rb (file) 0
- lib/spec/mocks/example_methods.rb (file) 0
- lib/spec/mocks/extensions.rb (file) 0
- lib/spec/mocks/extensions/object.rb (file) 0
- lib/spec/mocks/framework.rb (file) 0
- lib/spec/mocks/message_expectation.rb (file) 0
- lib/spec/mocks/methods.rb (file) 0
- lib/spec/mocks/mock.rb (file) 0
- lib/spec/mocks/order_group.rb (file) 0
- lib/spec/mocks/proxy.rb (file) 0
- lib/spec/mocks/space.rb (file) 0
- lib/spec/rake/spectask.rb (file) 0
- lib/spec/rake/verify_rcov.rb (file) 0
- lib/spec/ruby.rb (file) 0
- lib/spec/runner.rb (file) 0
- lib/spec/runner/backtrace_tweaker.rb (file) 0
- lib/spec/runner/class_and_arguments_parser.rb (file) 0
- lib/spec/runner/command_line.rb (file) 0
- lib/spec/runner/configuration.rb (file) 0
- lib/spec/runner/differs/default.rb (file) 0
- lib/spec/runner/differs/load-diff-lcs.rb (file) 0
- lib/spec/runner/drb_command_line.rb (file) 0
- lib/spec/runner/example_group_runner.rb (file) 0
- lib/spec/runner/extensions/kernel.rb (file) 0
- lib/spec/runner/formatter/base_formatter.rb (file) 0
- lib/spec/runner/formatter/base_text_formatter.rb (file) 0
- lib/spec/runner/formatter/failing_example_groups_formatter.rb (file) 0
- lib/spec/runner/formatter/failing_examples_formatter.rb (file) 0
- lib/spec/runner/formatter/html_formatter.rb (file) 0
- lib/spec/runner/formatter/nested_text_formatter.rb (file) 0
- lib/spec/runner/formatter/no_op_method_missing.rb (file) 0
- lib/spec/runner/formatter/profile_formatter.rb (file) 0
- lib/spec/runner/formatter/progress_bar_formatter.rb (file) 0
- lib/spec/runner/formatter/silent_formatter.rb (file) 0
- lib/spec/runner/formatter/snippet_extractor.rb (file) 0
- lib/spec/runner/formatter/specdoc_formatter.rb (file) 0
- lib/spec/runner/formatter/text_mate_formatter.rb (file) 0
- lib/spec/runner/heckle_runner_unsupported.rb (file) 0
- lib/spec/runner/heckle_runner.rb (file) 0
- lib/spec/runner/line_number_query.rb (file) 0
- lib/spec/runner/option_parser.rb (file) 0
- lib/spec/runner/options.rb (file) 0
- lib/spec/runner/reporter.rb (file) 0
- lib/spec/stubs/cucumber.rb (file) 0
- lib/spec/test/unit.rb (file) 0
- lib/spec/version.rb (file) 0
- Object (class) 2 methods
- RCov (module) 0
- RCov::VerifyTask (class) 2 methods
- RspecCommandError (class) 0
- Spec (module) 5 methods
- Spec::Adapters (module) 0
- Spec::Adapters::MockFramework (module) 3 methods
- Spec::DSL (module) 0
- Spec::DSL::Main (module) 5 methods
- Spec::Example (module) 5 methods
- Spec::Example::ArgsAndOptions (module) 3 methods
- Spec::Example::ArgsAndOptions::WithOptions (module) 1 method
- Spec::Example::BeforeAndAfterHooks (module) 19 methods
- Spec::Example::ExampleGroup (class) 2 methods
- Spec::Example::ExampleGroupFactory (class) 6 methods
- Spec::Example::ExampleGroupFactory::ClassMethods (module) 14 methods
- Spec::Example::ExampleGroupHierarchy (class) 11 methods
- Spec::Example::ExampleGroupMethods (module) 89 methods
- Spec::Example::ExampleGroupProxy (class) 4 methods
- Spec::Example::ExampleMatcher (class) 8 methods
- Spec::Example::ExampleMethods (module) 31 methods
- Spec::Example::ExampleMethods::BlockAliases (module) 0
- Spec::Example::ExamplePendingError (class) 1 method
- Spec::Example::ExampleProxy (class) 4 methods
- Spec::Example::ModuleReopeningFix (module) 3 methods
- Spec::Example::NoDescriptionError (class) 2 methods
- Spec::Example::NotYetImplementedError (class) 2 methods
- Spec::Example::Pending (module) 1 method
- Spec::Example::PendingExampleFixedError (class) 0
- Spec::Example::PredicateMatchers (module) 2 methods
- Spec::Example::SharedExampleGroup (class) 8 methods
- Spec::Example::SharedExampleGroup::ClassMethods (module) 8 methods
- Spec::Example::Subject (module) 0
- Spec::Example::Subject::ExampleGroupMethods (module) 4 methods
- Spec::Example::Subject::ExampleMethods (module) 3 methods
- Spec::Expectations (module) 3 methods
- Spec::Expectations::Differs (module) 0
- Spec::Expectations::Differs::Default (class) 6 methods
- Spec::Expectations::ExpectationNotMetError (class) 0
- Spec::Expectations::InvalidMatcherError (class) 0
- Spec::Expectations::NegativeExpectationHandler (class) 1 method
- Spec::Expectations::PositiveExpectationHandler (class) 1 method
- Spec::HashWithDeprecationNotice (class) 2 methods
- Spec::Matchers (module) 46 methods
- Spec::Matchers::Be (class) 34 methods
- Spec::Matchers::BeComparedTo (class) 5 methods
- Spec::Matchers::BePredicate (class) 10 methods
- Spec::Matchers::BeSameAs (class) 5 methods
- Spec::Matchers::Change (class) 17 methods
- Spec::Matchers::DSL (module) 2 methods
- Spec::Matchers::Has (class) 8 methods
- Spec::Matchers::Have (class) 12 methods
- Spec::Matchers::InstanceExec (module) 1 method
- Spec::Matchers::MatchArray (class) 10 methods
- Spec::Matchers::Matcher (class) 16 methods
- Spec::Matchers::MatcherError (class) 0
- Spec::Matchers::NegativeOperatorMatcher (class) 2 methods
- Spec::Matchers::OperatorMatcher (class) 8 methods
- Spec::Matchers::PositiveOperatorMatcher (class) 2 methods
- Spec::Matchers::Pretty (module) 3 methods
- Spec::Matchers::RaiseException (class) 10 methods
- Spec::Matchers::RespondTo (class) 13 methods
- Spec::Matchers::Satisfy (class) 6 methods
- Spec::Matchers::SimpleMatcher (class) 8 methods
- Spec::Matchers::ThrowSymbol (class) 9 methods
- Spec::Mocks (module) 0
- Spec::Mocks::AmbiguousReturnError (class) 0
- Spec::Mocks::ArgumentExpectation (class) 14 methods
- Spec::Mocks::ArgumentMatchers (module) 12 methods
- Spec::Mocks::ArgumentMatchers::AnyArgMatcher (class) 3 methods
- Spec::Mocks::ArgumentMatchers::AnyArgsMatcher (class) 1 method
- Spec::Mocks::ArgumentMatchers::BooleanMatcher (class) 2 methods
- Spec::Mocks::ArgumentMatchers::DuckTypeMatcher (class) 2 methods
- Spec::Mocks::ArgumentMatchers::EqualityProxy (class) 2 methods
- Spec::Mocks::ArgumentMatchers::HashIncludingMatcher (class) 3 methods
- Spec::Mocks::ArgumentMatchers::HashNotIncludingMatcher (class) 3 methods
- Spec::Mocks::ArgumentMatchers::InstanceOf (class) 2 methods
- Spec::Mocks::ArgumentMatchers::KindOf (class) 2 methods
- Spec::Mocks::ArgumentMatchers::MatcherMatcher (class) 2 methods
- Spec::Mocks::ArgumentMatchers::NoArgsMatcher (class) 1 method
- Spec::Mocks::ArgumentMatchers::RegexpMatcher (class) 2 methods
- Spec::Mocks::BaseExpectation (class) 17 methods
- Spec::Mocks::ErrorGenerator (class) 16 methods
- Spec::Mocks::ExampleMethods (module) 6 methods
- Spec::Mocks::MessageExpectation (class) 24 methods
- Spec::Mocks::Methods (module) 13 methods
- Spec::Mocks::Mock (class) 10 methods
- Spec::Mocks::MockExpectationError (class) 0
- Spec::Mocks::NegativeMessageExpectation (class) 2 methods
- Spec::Mocks::OrderGroup (class) 5 methods
- Spec::Mocks::Proxy (class) 40 methods
- Spec::Mocks::Space (class) 4 methods
- Spec::Rake (module) 0
- Spec::Rake::SpecTask (class) 7 methods
- Spec::Ruby (module) 1 method
- Spec::Runner (module) 10 methods
- Spec::Runner::BacktraceTweaker (class) 5 methods
- Spec::Runner::ClassAndArgumentsParser (class) 1 method
- Spec::Runner::CommandLine (class) 1 method
- Spec::Runner::Configuration (class) 21 methods
- Spec::Runner::DrbCommandLine (class) 2 methods
- Spec::Runner::ExampleGroupCreationListener (class) 1 method
- Spec::Runner::ExampleGroupRunner (class) 9 methods
- Spec::Runner::Formatter (module) 0
- Spec::Runner::Formatter::BaseFormatter (class) 13 methods
- Spec::Runner::Formatter::BaseTextFormatter (class) 22 methods
- Spec::Runner::Formatter::FailingExampleGroupsFormatter (class) 3 methods
- Spec::Runner::Formatter::FailingExamplesFormatter (class) 3 methods
- Spec::Runner::Formatter::HtmlFormatter (class) 21 methods
- Spec::Runner::Formatter::NestedTextFormatter (class) 8 methods
- Spec::Runner::Formatter::NOOPMethodMissing (module) 2 methods
- Spec::Runner::Formatter::ProfileFormatter (class) 6 methods
- Spec::Runner::Formatter::ProgressBarFormatter (class) 5 methods
- Spec::Runner::Formatter::SilentFormatter (class) 0
- Spec::Runner::Formatter::SnippetExtractor (class) 4 methods
- Spec::Runner::Formatter::SnippetExtractor::NullConverter (class) 1 method
- Spec::Runner::Formatter::SpecdocFormatter (class) 5 methods
- Spec::Runner::Formatter::TextMateFormatter (class) 1 method
- Spec::Runner::Heckler (class) 2 methods
- Spec::Runner::HeckleRunner (class) 5 methods
- Spec::Runner::LineNumberQuery (class) 8 methods
- Spec::Runner::NoisyBacktraceTweaker (class) 1 method
- Spec::Runner::OptionParser (class) 14 methods
- Spec::Runner::Options (class) 44 methods
- Spec::Runner::QuietBacktraceTweaker (class) 4 methods
- Spec::Runner::Reporter (class) 19 methods
- Spec::Runner::Reporter::Failure (class) 5 methods
- Spec::Test (module) 0
- Spec::Test::Unit (module) 0
- Spec::VERSION (module) 0
- Test (module) 0
- Test::Unit (module) 0
- Test::Unit::AutoRunner (class) 1 method
- Test::Unit::TestCase (class) 5 methods
- Test::Unit::TestResult (class) 1 method
- Test::Unit::TestSuiteAdapter (class) 6 methods
- Test::Unit::UI (module) 0
- Test::Unit::UI::Console (module) 0
- Test::Unit::UI::Console::TestRunner (class) 10 methods