# $Id: Portfile 84512 2011-09-27 14:19:06Z snc@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          culerity 0.2.10 gem {} rubygems ruby19
description         Integrates Cucumber and Celerity in order to test your \
                    application's full stack.
long_description    \
    Culerity integrates Cucumber and Celerity in order to test your \
    application's full stack including Javascript. Your Rails app doesn't \
    have to run in JRuby. 
license             MIT
maintainers         singingwolfboy openmaintainer
homepage            http://github.com/langalex/culerity
platforms           darwin
checksums           md5     b8d90ed163bfcbcf800204ae9165cb45 \
                    sha1    aff72d4e1a9ccb7f0966c5d3aac526049f7465b9 \
                    rmd160  c0b119705205a1df35b04761319294c0de9b0de9

depends_run         port:rb19-rspec \
                    port:rb19-cucumber
