Displaying 4 results from an estimated 4 matches for "object_daddi".
Did you mean:
object_daddy
2009 Mar 30
2
[Cucumber] Bug with background
Seem to be getting a problem when running a feature with background. Running
the whole file works fine however running an individual feature fails. The
background steps are
Background:
Given an admin user Philip exists
When I login as Philip
Then I should be logged in as Philip
running the following scenario on its own causes an error
Scenario: Admin should be able to run a feed #
2011 Apr 06
2
Puppetdashboard 1.1.0 spec file
Hello,
Does anyone have a good spec file for puppet dashboard 1.1.0, as the
one supplied in the sourcecode is for 1.0.4
and tries to copy some directories, that don''t exist anymore.
I did some remodelling in the file, so it creates a rpm now, but I''m
not sure whether my "fix" is the only change needed.
my change:
replace
--------------------
for plugin in
2008 May 20
4
New to "Agile Development" - should I use RSpec or Test::Unit?
Hi everyone, I''m just now really starting to look into Agile
Development, and so I''m trying to gauge what the Rails community''s
preference is in regards to using RSpec versus the built-in Test::Unit.
I haven''t really delved much into testing in the past, I''m sad to say,
but I understand why it''s beneficial to writing maintainable code and
2008 Nov 21
57
Spec''ing via features
As I work with Rails TestUnit tests I am reconsidering how to use
cucumber features. It seems to me that it might be best to have a
coherent view of how to arrange my test suites before I get much further
into this. Now, so far I have considered three possibilities:
1. Use features exclusively. Create a feature file for each model, one
for each controller and possibly an additional one for