Project
Reverse Dependencies for rspec-rails
The projects listed here declare rspec-rails as a runtime or development dependency
0.0
Autogeneration of documentation from request specs
2021
2022
2023
2024
2025
2026
0.0
Automatically generates the documentation for your HTTP API.
2021
2022
2023
2024
2025
2026
0.0
Use render_widget in your specs
2021
2022
2023
2024
2025
2026
0.0
A neat way of asserting declarative_authorization's rules inside controller using RSpec matcher.
2021
2022
2023
2024
2025
2026
0.0
A simple gem which contains a couple of matches for capybara and simpelform tests
2021
2022
2023
2024
2025
2026
0.0
Use your OpenAPI3 schema to automatically perform contract testing while you write request specs
2021
2022
2023
2024
2025
2026
0.0
A few bits and pieces to make testing controllers easier
2021
2022
2023
2024
2025
2026
0.0
Facilitate assertions for common controller responsibilites
2021
2022
2023
2024
2025
2026
0.0
A standardized structure for request specs in Rails.
2021
2022
2023
2024
2025
2026
0.0
Use this gem to document your API with your specs.
2021
2022
2023
2024
2025
2026
0.0
Reports rspec results on a Framework LED Matrix module for the Framework Laptop 16.
2021
2022
2023
2024
2025
2026
0.0
Generate documentation api of rspec tests
2021
2022
2023
2024
2025
2026
0.0
Adds a capybara integration test group to RSpec 2.
2021
2022
2023
2024
2025
2026
0.0
RSpec extension to test JSON API response.
2021
2022
2023
2024
2025
2026
0.0
A gem that changes the default rspec format to be slightly more interesting.
2021
2022
2023
2024
2025
2026
0.0
use paper_trail within rspec, conveniently
2021
2022
2023
2024
2025
2026
0.0
A subject-oriented way to match assignments in controller examples.
2021
2022
2023
2024
2025
2026
0.0
Lightweight controller macros for Rails 3 and RSpec
2021
2022
2023
2024
2025
2026
0.0
This gem adds a custom matcher to RSpec-rails to recursively compare nested Ruby data-structures consisting of `Hash` and `Array` elements. An order of elements in an array is ignored. Based on the other GEM : rspec-deep-ignore-order-matcher
2021
2022
2023
2024
2025
2026
0.0
Extension to rspec-rails that allows some shortcuts in routing tests.
With it, this:
describe "users routes" do
describe "GET /" do
it{{:get => '/'}.should route_to "users#index"}
end
describe "POST /" do
it{{:post => '/'}.should be_routable}
end
end
...
2021
2022
2023
2024
2025
2026