Skip to content

Commit 0824718

Browse files
committed
minor chage
1 parent a317089 commit 0824718

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/lazy_high_charts.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'action_view'
22
require 'json'
3+
require 'iruby'
34

45
require File.join(File.dirname(__FILE__), *%w[lazy_high_charts core_ext string])
56
require File.join(File.dirname(__FILE__), *%w[lazy_high_charts options_key_filter])

spec/iruby_notebook_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require File.dirname(__FILE__) + '/spec_helper'
2+
require 'iruby/display'
3+
require 'iruby/utils'
24

35
describe LazyHighCharts do
46

@@ -73,5 +75,5 @@ module LazyHighCharts
7375
expect(load_notebook).to eq(nil)
7476
end
7577
end
76-
78+
end
7779
end

0 commit comments

Comments
 (0)