Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

It's helper to make CRUD test on ActiveScaffold controller.
Example:
-put file to test/
-in your test file(in example I'm using FactoryGirl plugin):
class UserTest < ActionController::TestCase
  include ::ActiveScaffoldTests
  
  def setup
    @record = Factory(:user)
  end
end

About

functional tests for controllers using ActiveScaffold

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors