Videos tagged with RSpec




Under The Hood

Under The Hood

Posted in Conferences, Development, Frameworks

Summary One of the most exciting aspects of Ruby is the overwhelming number of open source projects that have been contributed by the community for all of us to enjoy. As of January, 2008 Rubyforge sports over 2500 projects with over 19 million gem downloads. And that's just gems. It doesn't account for the millions of checkouts from source control as developers contribute back to other project...

Tags: Conferences, Ruby, Ruby On Rails, Frameworks, RSpec, InfoQ, QCon, QCon London 2008, RubyGems, Development



Executable User Stories with RSpec and BDD

Executable User Stories with RSpec and BDD

Posted in Conferences, Development, Project Management, Testing

Summary This presentation gives an introduction to the principles and practices of BDD and shows how make plain text User Stories executable with RSpec's Story Framework. The framework itself is written in Ruby, but it can run against production code written in any programming language. Bio Aslak Hellesøy is the Chief Scientist of BEKK Consulting in Norway, and worked for ThoughtWorks be...

Tags: Conferences, Ruby, Agile, TDD, BDD, RSpec, Unit Testing, InfoQ, QCon, QCon London 2008, Agile Techniques, ...




MountainWest RubyConf 2009: Outside-In Development with Cucumber

MountainWest RubyConf 2009: Outside-In Development with Cucumber

Posted in Conferences, Development, Testing, Project Management

Cucumber is a BDD tool that aids in outside-in development by executing plain-text features/stories as automated acceptance tests. Written in conjunction with the stakeholder, these Cucumber “features” clearly articulate business value and also serve as a practical guide throughout the development process: by explicitly outlining the expected outcomes of various scenarios developers...

Tags: Conferences, Ruby, Testing, BDD, RSpec, Confreaks, Cucumber, MountainWest RubyConf 2009





PeepCode: RSpec Controllers and Tools

PeepCode: RSpec Controllers and Tools

Posted in Development, Frameworks

Part III of the popular RSpec series! (Part I and II are also available). This 69 minute screencasts shows how to write behavior examples for Rails Controllers, Views, and Helpers. It finishes the application started at the beginning of this series. It also talks about shared behaviors, writing specs for plugins and gems, using RSpec with Test::Unit, and tools like rcov and heckle.

Tags: Ruby, Frameworks, RSpec, PeepCode