Sha256: 22346955a790e753b5fc390cfd621001ece0563a9dd32eca97f8b427e2bc0233
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
Feature: Infinity test In order to continuous testing As a user I want to test my app/gem with rapid feedback Background: Given a file named "continuous/lib/continuous.rb" with: """ class Continuous end """ And a file named "continuous/spec/continuous_spec.rb" with: """ require 'continuous' describe Continuous do it "should be true" do Continuous.new.should be_true end end """ And a file named "continuous/features/continuous.feature" with: """ """ Scenario: Show help When I run "ruby ../../bin/infinity_test --help" Then I should see: """ Usage: infinity_test [options] Starts a continuous test server. --rspec Rspec Framework --rvm-versions=rubies Specify the Ruby Versions for Testing with several Rubies --help You're looking at it. """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infinity_test-0.1.0 | features/infinity_test.feature |