lib/rallycat/cat.rb in rallycat-0.3.1 vs lib/rallycat/cat.rb in rallycat-0.4.0

- old
+ new

@@ -1,9 +1,8 @@ require 'nokogiri' module Rallycat class Cat - class StoryNotFound < StandardError; end def initialize(rally_api) @rally_api = rally_api end