Sha256: f5123055daf4b31de459994c2801746865ee75231713107a673f8fbb72fc21e8

Contents?: true

Size: 357 Bytes

Versions: 30

Compression:

Stored size: 357 Bytes

Contents

rspec_lib = File.dirname(__FILE__) + "/../../../../../../lib"
$:.unshift rspec_lib unless $:.include?(rspec_lib)
require 'test/unit'
require 'spec'

describe "options hash" do
  describe "#options" do
    it "should expose the options hash" do
      group = describe("group", :this => 'hash') {}
      group.options[:this].should == 'hash'
    end
  end
end

Version data entries

30 entries across 30 versions & 8 rubygems

Version Path
dchelimsky-rspec-1.1.10 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.1 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.2 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.3 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.4 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.5 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.6 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11.7 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.11 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
dchelimsky-rspec-1.1.12 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
newbamboo-evented-rspec-1.1.12 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
newbamboo-rspec-1.1.12 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
mack-0.8.2 lib/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
rspec-1.1.10 spec/spec/interop/test/unit/resources/spec_with_options_hash.rb