Displaying 2 results from an estimated 2 matches for "mvor".
Did you mean:
mor
2009 Mar 30
2
[Cucumber] Bug with background
...ould be able to run a feed #
features/admin/manage_feeds.feature:23
Given an admin user Philip exists #
features/step_definitions/accounts/creation.steps.rb:66
Validation failed: Login has already been taken, Email has already
been taken (ActiveRecord::RecordInvalid)
/Users/andy/Sites/mvor/vendor/plugins/object_daddy/lib/object_daddy.rb:210:in
`generate!''
/Users/andy/Sites/mvor/vendor/plugins/object_daddy/lib/object_daddy.rb:32:in
`spawn''
/Users/andy/Sites/mvor/vendor/plugins/object_daddy/lib/object_daddy.rb:209:in
`/^I create a user with login (\w*)$/''...
2009 Apr 27
2
[cucumber] Setting a constant in step definition
On Mon, Apr 27, 2009 at 7:00 AM, Andrew Premdas <apremdas at gmail.com> wrote:
> Currently I have a very simple constants implementation being loaded as a
> Rails initialiser
>
> module MVOR
> ? module Postage
> ??? THRESHOLD = BigDecimal.new(''6.99'')
> ??? RATE = BigDecimal.new(''30.00'')
> ? end
> end
>
>
> My scenarios of my postage feature want to deal with two situations when the
> THRESHOLD has been set to zero and to ...