Found 90 repositories(showing 30)
Brings back `assigns` and `assert_template` to your Rails tests
dhampik
Rails generator which allows to scaffold admin controllers, views with proper (non-namespaced) models, helpers, tests and routes
fhwang
Super-hookable, obsessively tested admin controllers for Rails.
RailsApps
Add pages to a Rails application, including controllers, views, routing, and tests.
kendallflutey
A template for Rails Rspec controller testing
Back-porting Rails 5 controller & integration tests into Rails 4
pivotaljb
An example Rails that uses controller specs to generate fixture markup for javascript tests
technoweenie
experimental macros for testing rails controllers. port of rspec_on_rails_on_crack
gzigzigzeo
Test your RESTful Rails controllers with ease.
ang3lkar
Adds JSON assertions to your Rails controller tests
grosser
Rails: Completely test a RESTful controller with 1 LOC
SF-WDI-LABS
Rspec tests for Rails models and controllers
bscofield
Rails plugin providing Test::Unit macros for controller and model testing
robzolkos
A agent skill that analyzes Rails system tests to identify which ones could be converted to faster controller tests
Define anonymous controllers in your Rails integration tests
henrahmagix
Test your Stimulus controllers in Rails!
Cathella
This is simple blog app we created following a tutorial to test out the Rails Model-View-Controller framework.
ryym
Make your Rails controllers unit-testable
nbibler
A Rails plugin to add a should_require_login Shoulda macro to your controller tests.
ultrasaurus
controller example for Test First Rails
turingschool-examples
An example Rails app to demonstrate API controller testing.
rusanu
HTTP Digest support for Rails controller test cases.
Sujimichi
A way to simplify your basic rails controller tests
Ruby on Rails #125 Test Devise authentication with Controller and System tests
raindolf
My first rails project. Im testing how views , models and controllers work.
PatrickMcSweeny
A gem which overrides the Rails controller generator to create an integration test rather than a controller test.
lcmen
TestyCookie provides a helper to access plain, permanent, signed and encrypted cookies in Rails controller / integration / request tests.
vroy
Quick test to see how I would set up to run JavaScript on specific rails controllers/actions only
omarsehgal
sample app from the rails tutorial..twitter like app, uses user/pages/session controllers, manages user sessions, uses global layout file for displaying views, rspec testing, TDD testing principles, and some more stuff..
femmestem
A contacts manager app created for the purpose of practicing Rails 4 testing with Rspec 3. This repository demonstrates incremental testing of an existing application, starting with an untested codebase and working through model, controller, and feature specs.