Skip to content

Commit

Permalink
Trying to make Combustion work somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
arvicco committed Jul 14, 2012
1 parent 3b5ac1c commit 26c86ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require 'rubygems'
require 'bundler'

Bundler.require :default, :development
require 'ib-ruby/engine'

Combustion.initialize!
run Combustion::Application
2 changes: 1 addition & 1 deletion spec/internal/config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Rails.application.routes.draw do
# mount IB::Engine => "/ib"
mount IB::Engine => "/ib"
end
3 changes: 2 additions & 1 deletion spec/models/ib/contract_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@

end

context "serialization" do
context "serialization", :connected => true do
before(:all) do
# TODO: Change butterfly into a stub, reduce dependency on IB connection
@ib = IB::Connection.new OPTS[:connection].merge(:logger => mock_logger)
@ib.wait_for :ManagedAccounts
@combo = butterfly 'GOOG', '201301', 'CALL', 500, 510, 520
Expand Down

0 comments on commit 26c86ce

Please sign in to comment.