NOTICE: This package has been removed from pkgsrc

./devel/ruby-rspec-rails1, Behaviour Driven Development framework for Ruby, core part

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.2, Package name: ruby19-rspec-rails-1.3.2, Maintainer: pkgsrc-users

Behaviour Driven Development for Ruby on Rails.

rspec-rails is an RSpec extension that allows you to drive the development of
Ruby on Rails applications with RSpec.

This version is only for Ruby on Rails 2.


Required to run:
[lang/ruby19-base] [www/ruby-rack11] [devel/ruby-rspec1]

Master sites:

SHA1: ea88f76a35ee381d0a1d7f52d0274fa2e2299f88
RMD160: 6ba1c7ccd2be08f15c3ccbc0975d8ef20b4e2e32
Filesize: 69.5 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-18 08:48:07 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-rspec-rails1 package for Ruby on Rails 2.
   2011-12-13 16:51:41 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Switch to use RUBY_RAILS_SUPPORTED.
   2011-06-18 05:29:28 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Remove unneeded dependency.  No PKGREVISION bump with short time slot.
   2011-06-18 05:19:42 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.
This is only works with Ruby on Rails 2. 

RSpec is a Behaviour Driven Development framework for Ruby.  It provides
two frameworks for writing and executing examples of how your Ruby
application should behave:

  * a Story Framework for describing behaviour at the application level
  * a Spec Framework for describing behaviour at the object level