This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module AuthlogicModel | |
def self.included(model) | |
model.class_eval do | |
extend ClassMethods | |
include InstanceMethods | |
#include ProtectedAttributes | |
property :username | |
property :email | |
property :crypted_password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apresentação do grupo | |
Por que testar ? | |
Test Driven Development | |
Behavior Driven Development | |
Rspec | |
Test Unit | |
Cucumber | |
Selenium | |
Capybara / Webrat |