Skip to content

Commit

Permalink
remove reference to jet uncomitted helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schirp committed Feb 10, 2012
1 parent 858f19b commit e7c1f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/eventstorm.rb
Expand Up @@ -2,7 +2,6 @@
require 'bson'
require 'ffi-rzmq'

require 'eventstorm/helpers'
require 'eventstorm/client'

module Eventstorm
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/eventstorm/setup_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'

describe Eventstorm,'.setup' do
before :each do
after :each do
# Reset Eventstorm module in prishtine state
if Eventstorm.instance_variable_defined?(:@client)
Eventstorm.send(:remove_instance_variable,:@client)
Expand Down

0 comments on commit e7c1f2f

Please sign in to comment.