diff options
| author | mo k <mo@mokhan.ca> | 2012-02-29 20:50:23 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-02-29 20:50:23 -0700 |
| commit | 29fc85fbec3ca220d6dfaa38ea7e71c2c195ec7e (patch) | |
| tree | b7d73ed17100d7908cde9c662e1e8a7369de877c /spec/models | |
| parent | d07feb75ec40f68a8b011d3a61195798c2d78cae (diff) | |
add active admin. go to http://??/admin/ username:admin@example.com password:password
Diffstat (limited to 'spec/models')
| -rw-r--r-- | spec/models/admin_user_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/models/admin_user_spec.rb b/spec/models/admin_user_spec.rb new file mode 100644 index 00000000..3d153022 --- /dev/null +++ b/spec/models/admin_user_spec.rb @@ -0,0 +1,5 @@ +require 'spec_helper' + +describe AdminUser do + pending "add some examples to (or delete) #{__FILE__}" +end |
