Displaying 2 results from an estimated 2 matches for "original_valu".
Did you mean:
original_value
2007 May 08
3
assert_difference eval magic in [6693]
I just saw Marcel''s change to assert_difference that changes the
method API to take a string param that is evaled in a lambda.
http://dev.rubyonrails.org/changeset/6693
I much preferred the old API, since it''s simple enough to pass a
lambda. Passing a string means the lambda is in the wrong scope and
doesn''t have access to objects in the test case scope.
For an
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
...ersion,
:ssh_options=>{}, :user=>nil,
:deploy_to=>#<Proc:0x023e2698@/usr/local/lib/ruby/gems/1.8/gems/capistrano-
1.1.0/lib/capistrano/configuration.rb:55>,
:revision=>#<Proc:0x023e22b0@/usr/local/lib/ruby/gems/1.8/gems/capistrano-
1.1.0/lib/capistrano/configuration.rb:62>, :original_value=>{},
:version_dir=>"releases", :password=>nil, :application=>nil}, @roles={},
@load_paths=[".",
"/usr/local/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/capistrano/recipes"],
@logger=#<Capistrano::Logger:0x235b044 @level=0, @device=#<IO:0x1e9854>,...