search for: cuke

Displaying 15 results from an estimated 15 matches for "cuke".

Did you mean: cube
2014 May 29
0
PATH problems with running Cukes from Jenkins
I'm having PATH problems with running my Cukes from Jenkins, more details here: http://stackoverflow.com/questions/23921127/cucumber-scripts-not-working-on-jenkins-due-to-path-issues -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop rec...
2009 Mar 21
1
[Cucumber] Rails Upgrade Notes
...the announcement. (http://github.com/aslakhellesoy/cucumber/blob/d0555e4ca8a133f020efefd5a755da04bde3f57d/History.txt ). This is really, *really* important for Rails users, but it can be more than a bit difficult to Google out. Questions: 1. Can this be brought into a wiki page on github on cuke.info? 2. Is there a way to tell under what version of Cucumber one is running so the require can require either the old files for Cuke < 0.2 or the ones now? Thx
2010 Nov 07
2
Hooks before a scenario but not the background: possible or bad practice
Hi, I''d like to activate FakeFS for some scenarios, which I tag @fakefs, however it seems Before(''@fakefs'') runs before the background of the feature - unfortunately this clobbers Grit, and I can''t Grit::Repo.new(...) in the backbround. Is it currently possible to get a hook to run before a scenario, but not the Background of the feature? Or am I mistaken in
2010 Jan 29
3
testing controllers using cucumber
Hello, Is there any way to test controllers using cucumber. I was doing it with rspec but since cucumber''s description is good how can i proceed testing it with cucumber? For e.g. I have a scenario of user creation like Feature: User Scenarios Scenario: Successfull creation of user Given a new user When the user fill all the mandatory details Then that user should get
2009 Mar 25
5
[Cucumber] ANN: Cucumber with pure Java
...e so inclined, these classes can depend on each other via constructor DI, and PicoContainer just figures out how to instantiate the objects). So if you''re working on a Java project, have been looking at Cucumber but stayed away because of all the weird Ruby, this is your chance. Here is a cuke for Duke! (::) Aslak (::) (1) You still need a tiny bit of Ruby to register step definitions: http://github.com/aslakhellesoy/cucumber_java/blob/271160300da5bc9275dd67624f711c5ea6913187/examples/simple/features/support/env.rb (This will hopefully go away in the future, with some better Ant and Ma...
2010 Nov 24
1
rails 3 cucumber load env
I already posted this on the cukes group but figure I would try here as well. Our prod app has an initializer that load up some constants for use in the app, no biggy. The issue is with rails 3 when I invoke cucumber it chokes not recognizing them even though it works fine in dev mode and prod mode. It obviously is processing th...
2010 Jul 09
2
Email Testing with Cucumber and email-spec
Hello Friends! I have been trying to test email using Cucumber and Email-Spec. I have put this statement "require ''email_spec/cucumber''" in support/env.rb file and I am getting this error: "Using the default profile... uninitialized constant EmailSpec (NameError)" I don''t know what I am doing wrong. Please help!!!! Thanks a lot!!!! -- Posted via
2009 Aug 10
2
testing exception notification plugin with rspec
Hi, I''m trying to install exception notification plugin and test it with rspec. The problem that I have is that when running the server in production mode : at the end of the log i get this when I have a critical error rendering section "request" rendering section "session" rendering section "environment" rendering section "backtrace" Sent mail to
2010 Sep 20
2
For Your Own Info: Rails 2.3.2 is incompatible with Cucumber (0.8.5), Capybara (0.3.9) and Selenium-webdriver (0.0.17)
...you have the latest rails gem version (> 2.3.2) - If you would like to stick to your previous Rails version, then you can be switching between the versions. I do this manually, I would like to find a better way just automate it so that anyone ( who wishes to do so) can run the "Cukes" without problems. Kind regards, --- Edmond Software Developer | Baobab Health Trust (http://www.baobabhealth.org/) | Malawi Cell: +265 999 465 137 | +265 881 234 717 *"Many people doubt open source software and probably don’t realize that there is an alternative… which is just as g...
2010 Sep 27
3
having some issues with factory_girl and bundler...
Hi All Need some brilliants minds here :) I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... ) I''ve move my gems from .gems to Bundler, but I''m having some issues with Factory_girl when I rake spec "uninitialized constant Factory" I''m following the instructions from http://gembundler.com/rails23.html. Basically: - grab all config.gem and place
2012 Jul 23
1
Unable to Run 'bundle exec cucumber'
Hi, I have a cucumber problem that is preventing me from running all my feature files, anyone has come across to this problem ? On Windows with. cucumber (1.2.1, 0.9.4) Command: bundle exec cucumber C:/Ruby187/lib/ruby/gems/1.8/gems/gherkin-2.2.9-x86-mingw32/lib/gherkin/lexer/i18n_lexer.rb:23: [BUG] Segmentation fault ruby 1.8.7 (2012-06-29 patchlevel 370) [i386-mingw32] Thanks -- Posted
2011 Jun 30
2
How to play with shoulda with functional testing
Hi, I am new in rails testing, and now i try to use shoulda to test the functional section. can anyone give me some advice, example or recommend tutorial site to me.. thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2010 Jun 11
2
Problem using Ruby On Rails with rspec to write user stories
Hej out there, i''m a newbie on ror and im trying to install rspec on my computer. I installed rspec an rspec-rails via gem. when i''m running the file script/generate rspec it works. but i have no folder called stories.... how can i fix this problem? thanks... hope to get some help;) -- You received this message because you are subscribed to the Google Groups "Ruby on
2011 Jun 09
1
subdomain based namespacing makes RSpec incorrectly state that the route doesn't exist
Hello, I''m doing namespace routing based on subdomain, rather than path, so that http://admin.example.com/pages leads to app/controllers/admin/ pages_controller.rb. Cucumber is following this fine, but RSpec is complaining that the requested route doesn''t exist even though "rake routes" shows the route. When I add a standard namespace below the "scope :admin"
2011 Jul 11
39
Help filling out a registration (I think it's called multi tenant)
Do you know when you are filling out a registration for a new account, and you keep pressing next to fill the rest of the information in separate pages? I''d like to do that, but I have no idea how. Basically I have a company model with its information, and a contacts model, with belongs to my company (also each company has only one contact), and I''d like for the user to fill in