|
# Created by Josh Goebel.
# You can redistribute it and/or modify it under the Ruby's license or the GPL2.
require 'dialoghelper'
Language: Ruby LOC: 44 Spider_364 : LimeChat (project search) : .../limechat/LimeChat_1.1.zip/ruby/lib/cocoasheet.rb
|
u.display_name="f451"
assert ! u.valid?
u.display_name="Josh Goebel"
assert u.valid?
u.display_name="Josh E. Goebel"
Language: Ruby LOC: 74 RubyForge (SVN) : liquidrail (project search) : .../samples/beast/test/unit/user_test.rb
|
#
# the conventions are probably backwards if you think of them from
# the wrong able, I'm open to suggestions - Josh Goebel
def weight
decay_conversation # fade the conversation since the last time we spoke
Language: Ruby LOC: 76 Spider_364 : LimeChat (project search) : .../limechat/LimeChat_1.1.zip/ruby/irc/user.rb
|
u.display_name="f451"
assert ! u.valid?
u.display_name="Josh Goebel"
assert u.valid?
u.display_name="Josh E. Goebel"
Language: Ruby LOC: 87 Techno-Weenie : Beast (project search) : .../Beast/trunk/test/unit/user_test.rb
|
assert_template "users/new"
# create an account
post users_path, :user => { :display_name => "Josh Goebel", :login => "jgoebel", :password => "beast", :password_confir...
assert_response :redirect
follow_redirect!
Language: Ruby LOC: 93 Techno-Weenie : Beast (project search) : .../Beast/trunk/test/integration/new_user_first_post_test.rb
|
assert_template "users/new"
# create an account
post users_path, :user => { :display_name => "Josh Goebel", :login => "jgoebel", :password => "beast", :password_confir...
assert_response :redirect
follow_redirect!
Language: Ruby LOC: 93 RubyForge (SVN) : liquidrail (project search) : .../samples/beast/test/integration/new_user_first_post_test.rb
|
assert_template "users/new"
# create an account
post users_path, :user => { :display_name => "Josh Goebel", :login => "jgoebel", :password => "beast", :password_confir...
assert_response :redirect
follow_redirect!
Language: Ruby LOC: 93 RubyForge (SVN) : myExperiment (project search) : .../plugins/savage_beast/test/integration/new_user_first_post_test.rb
|
assert_template "users/new"
# create an account
post users_path, :user => { :display_name => "Josh Goebel", :login => "jgoebel", :password => "beast", :password_confir...
assert_response :redirect
follow_redirect!
Language: Ruby LOC: 93 RubyForge (SVN) : myExperiment (project search) : .../plugins/savage_beast/test/integration/new_user_first_post_test.rb
|
|