Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged rspec

  • RSpec Resource Generator

    Use this generator to generate RESTful scaffolding with RSpec specifications.

  • RSpec on rails matchers

    Provides with custom matchers for RSpec.

  • RSpec Haml Scaffold Generator

    This is a drop in replacement for the generic RSpec scaffolding generator. Haml support and extra features have been added.

  • dont_repeat_yourself

    generates a report of duplicate lines in your code to help you to follow the DRY principle

  • single test

    Run single/specific tests or specs
    rake spec:users_con rake spec:user:'should create'

  • RSpec Response Enhancer

    Enhace the output of response tests (response.should have_been_success) to give more information on the cause of failure.