Sha256: f3133de6cae65b67dbab8fb5fc117d34896279c691c01cb717a224f18bafb4f8
Contents?: true
Size: 370 Bytes
Versions: 51
Compression:
Stored size: 370 Bytes
Contents
rspec_lib = File.dirname(__FILE__) + "/../../../../../../lib" $:.unshift rspec_lib unless $:.include?(rspec_lib) require 'spec/autorun' require 'spec/test/unit' 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
51 entries across 51 versions & 12 rubygems