Skip to content

Commit

Permalink
fix antilles/cucumber references
Browse files Browse the repository at this point in the history
  • Loading branch information
semipermeable committed Sep 4, 2011
1 parent 135a261 commit 7a014b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/antilles/cucumber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
require 'antilles'

Before('@mimic') do
MimicServer.start
Antilles.start
end

After('@mimic') do
MimicServer.clear
Antilles.clear
end

at_exit do
server = MimicServer.server
server = Antilles.server
server.stop if server
end
2 changes: 1 addition & 1 deletion lib/antilles/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AntillesVersion
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit 7a014b2

Please sign in to comment.