Files
gollum/test/test_history_view.rb
Dawa Ometto d1b1375629 Fix usericons (#1408)
* Fix and refactor user icons, add Basic tests
* Remove identicon_canvas, use identicon.js
* Use octicon by default
2019-09-01 21:45:55 +02:00

12 lines
286 B
Ruby

# ~*~ encoding: utf-8 ~*~
require File.expand_path(File.join(File.dirname(__FILE__), 'helper'))
require File.expand_path '../../lib/gollum/views/history', __FILE__
context "Precious::Views::History" do
setup do
@history = Precious::Views::History.new
end
# No tests yet
end