InfoQ

Topic/Tag specific view

RSpec Content on InfoQ


Latest featured content about RSpec

Talking RubyMine with JetBrains Developer Dmitry Jemerov

Community
Ruby
Topics
Ruby on Rails,
IDE

One of the more interesting announcements recently coming to the Ruby community was the release of JetBrains RubyMine IDE for Ruby and Ruby on Rails applications. The Ruby community is known for not typically using an integrated development environment (IDE) such as .NET or Java developers use. Ruby developers usually stick to plain text editors such as TextMate, Vim and Emacs.

News about RSpec

RiCal: A New iCalendar Library for Ruby

Community
Ruby
Topics
Domain Specific Languages,
RubyGems,
Ruby on Rails

RiCal is an implementation of RFC2445, better known as the iCalendar format. We talked to its creator Rick DeNatale to learn why Ruby needed a new library for parsing and generating the iCalendar format.

Rails BDD with Macros, I18n,... with Remarkable

Community
Ruby
Topics
Ruby on Rails

There are many ways to develop, test and integrate your Rails application: from TDD with the basic Test:Unit or ZenTest, to BDD with RSpec, Shoulda or Cucumber. Remarkable tries to unify the syntax and adds some more flavors to make your Rails BDD painless.

Story Driven Development Recipes with Cucumber

Community
Ruby,
Agile,
Java
Topics
Collaboration,
Software Testing,
Agile Techniques

Behavior Driven Development's (BDD) popularity cannot be denied. By simplifying DSL writing, Ruby allowed the birth of many BDD frameworks. Cucumber is one of them and can also be used to test Java, .NET and Flex and more.

A Journeyman's Pair Programming Tour

Community
Agile
Topics
Agile Techniques,
Software Craftsmanship

Corey Haines has embarked on a unique personal "Pair Programming Tour". Now three weeks into this innovative journey, Haines has posted video interviews revealing many of the unique insights he's gained about pairing, automated testing, and the evolution of a software craftsman while sharing the keyboard at the home-bases of Dave Chelimsky, Brian Marick, Uncle Bob Martin, and others.

Boost your Java Test with Ruby and JtestR

Community
Java,
Ruby
Topics
Unit Testing

The ease of Ruby for scripting tasks makes it a very powerful candidate for writing your Test suites. Until recently there was no real standalone framework to test your Java with Ruby. JtestR, written by Ola Blini (a member of JRuby team) and Anda Abramovici, makes it possible now. Ruby coupled with powerful Ruby tools such as RSpec, mocha will make writing Java tests smoother.

Presentations about RSpec

Under The Hood

Community
Ruby
Topics
RubyGems

David Chelimsky takes a look at the Ruby Gems system - and a few very useful Gems: hpricot, builder, mocha, hoe, bones, and more.

Executable User Stories with RSpec and BDD

Community
Agile,
Ruby
Topics
Domain Specific Languages,
Agile Techniques

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.

JRuby: Not Just Another JVM Language

Community
Java,
Ruby
Topics
JRuby,
Language

In this presentation from QCon San Francisco 2007, Charles Nutter discusses the Ruby and JRuby featureset, the JRuby compiler, calling Java from JRuby and vice versa, programming Swing with JRuby, JRuby web applications, JRuby on Rails, persistence, build automation, Test-Driven Development and Behaviour-Driven Development.