d1b1375629
* Fix and refactor user icons, add Basic tests * Remove identicon_canvas, use identicon.js * Use octicon by default
12 lines
286 B
Ruby
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
|