Skip to content

Commit

Permalink
Version 2.1.6 Yard Server fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Nov 25, 2011
1 parent 3fdb446 commit 2dfa327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 2.1.6 / 2011-11-24

* FIX for yard-server (Thanks @msolovyov, @maxigit, @nikosd)

=== 2.1.5 / 2011-10-19

* FIX for multiple scenario outlines (Thanks @ardavis)
Expand Down
4 changes: 2 additions & 2 deletions lib/yard-cucumber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


module CucumberInTheYARD
VERSION = '2.1.5'
VERSION = '2.1.6'
end

require File.dirname(__FILE__) + "/yard/code_objects/cucumber/base.rb"
Expand Down Expand Up @@ -47,4 +47,4 @@ module CucumberInTheYARD

# The following static paths and templates are for yard server
YARD::Server.register_static_path File.dirname(__FILE__) + "/templates/default/fulldoc/html"
YARD::Server.register_static_path File.dirname(__FILE__) + "/docserver/default/fulldoc/html"
YARD::Server.register_static_path File.dirname(__FILE__) + "/docserver/default/fulldoc/html"

0 comments on commit 2dfa327

Please sign in to comment.