Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
Updated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Jan 19, 2014
1 parent 97f537a commit a7a1edb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/bsm/fluq.git
revision: 5445ea1e5d3e93025b6dd53b891dfa0266ee500a
revision: 84669dc9d07b118e7a4f0d899ba83dfc922e169f
specs:
fluq (0.8.0)
celluloid-io (~> 0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/fluq/input/kafka_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end

def input(opts = {})
actor = described_class.new [[FluQ::Handler::Test]], opts
actor = described_class.new "my-feed", [[FluQ::Handler::Test]], opts
actors << actor
actor
end
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ENV['FLUQ_ENV'] ||= "test"
ENV['FLUQ_ROOT'] ||= File.expand_path("../scenario/", __FILE__)

require 'bundler/setup'
Expand Down

0 comments on commit a7a1edb

Please sign in to comment.