<bb />
--
You received this message because you are subscribed to the Google Groups "WellRailed" group.
To post to this group, send email to wellr...@googlegroups.com.
To unsubscribe from this group, send email to wellrailed+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
<bb />
--
You received this message because you are subscribed to the Google Groups "WellRailed" group.
To post to this group, send email to wellr...@googlegroups.com.
To unsubscribe from this group, send email to wellrailed+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
select 'UPS Three-Day Select - 75.30', :from => 'order_shipping_method'
click_button 'btnReview'
assert_equal '$847.18', find('#cost-Making').text
Henry
> We've just setup Jenkins as CI yesterday, though this isn't the first time we've used it, and it seems to be pretty good.
> I'm not a fan of plain language specifications myself, though am finding on our current project that rspec syntax in combination with Capybara steps (no cucumber) is very readable. I don't think it's feasible to get a BA to write the acutal tests/specs personally, and if they only need to specify what you're testing, not write it themselves, then sitting down with a BA/tester and writing some specs then is a nice way to go.
Here's more discussion about cutting out cucumber and using some helpers for more helpful output when using rspec with capybara:
http://blog.railsware.com/2012/01/08/capybara-with-givenwhenthen-steps-in-acceptance-testing/
Haven't tried it myself.