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