Sha256: f5e66862074edb916957ff2580ae753ddfc16336949cd345e00315b009bf760c

Contents?: true

Size: 440 Bytes

Versions: 12

Compression:

Stored size: 440 Bytes

Contents

#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

describe "RSpec example" do
  it "should succeed" do
    true.should be_true
    nil.should be_nil
  end

  it "should fail" do
    true.should be_false
  end

  it "should be pending"

  describe "nested" do
    it "should succeed" do
      true.should be_true
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ci_reporter-1.9.3 acceptance/rspec_example_spec.rb
ci_reporter-1.9.2 acceptance/rspec_example_spec.rb
ci_reporter-1.9.1 acceptance/rspec_example_spec.rb
ci_reporter-1.9.0 acceptance/rspec_example_spec.rb
ci_reporter-1.8.4 acceptance/rspec_example_spec.rb
ci_reporter-1.8.3 acceptance/rspec_example_spec.rb
ci_reporter-1.8.2 acceptance/rspec_example_spec.rb
ci_reporter-1.8.1 acceptance/rspec_example_spec.rb
ci_reporter-1.8.0 acceptance/rspec_example_spec.rb
ci_reporter-1.7.3 acceptance/rspec_example_spec.rb
ci_reporter-1.7.2 acceptance/rspec_example_spec.rb
ci_reporter-1.7.1 acceptance/rspec_example_spec.rb