Sha256: 5abb77521f0b0e3f4bd8c0d5946bc392c4699cff2f17d59f3701cd092a65ca2f
Contents?: true
Size: 303 Bytes
Versions: 56
Compression:
Stored size: 303 Bytes
Contents
$:.push File.join(File.dirname(__FILE__), *%w[.. .. .. lib]) require 'spec/story' Story "Failing story", %(As an RSpec user I want a failing test So that I can observe the output) do Scenario "Failing scenario" do Then "true should be false" do true.should == false end end end
Version data entries
56 entries across 56 versions & 10 rubygems