RSpec is an open source Behavior-Driven Development (BDD) ruby package that lets you build a specification alongside your software. BDD is an approach to software development that combines Test-D...
https://www.softwaretestingmagazine.com/tools/rspec-behavior-driven-development-for-ruby/
Behaviour Driven Development (BDD) is an Agile software development process where behavioural specifications are expressed in a specific language that can be validated by a automated testing tool...
https://www.softwaretestingmagazine.com/resources/better-rspec-specs/
Slow tests got you down? As Ruby developers, you might watch a lot of tests run in a given day. So why not make it more fun? This talk takes a light-hearted approach to introducing you to an arra...
https://www.softwaretestingmagazine.com/videos/make-testing-fun-with-test-reporters/
RSpec is an open source testing tool for the Ruby programming language. Born under the banner of Behavior-Driven Development (BDD), it is designed to make Test-Driven Development a productive and...
https://www.softwaretestingmagazine.com/videos/the-rspec-toolbox/
Behavior-Driven Development (BDD9 and Acceptance Testing are heavily intertwined and in many aspects are one and the same. Both focus on starting at the outer layers of your application by concen...
https://www.softwaretestingmagazine.com/videos/acceptance-testing-and-bdd-with-rspec-and-capybara/
Behavior-driven development (BDD) is similar to test-driven development (TDD), but the tests for BDD are written in an easier-to-understand language so that developers and clients alike can clear...
https://www.softwaretestingmagazine.com/knowledge/behavior-driven-development-for-ruby-on-rails/
This video shows how easy it is to use RSpec 2 when developing Ruby Rack applications. Video Producer: http://mikbe.tk/ Resource: RSpec Best Practices The post Using RSpec 2 with Rack first appe...
https://www.softwaretestingmagazine.com/videos/using-rspec-2-with-rack/