Skip to content

Commit

Permalink
Rename NullDigestManifestTest to NullManifestTest (to reflect and use…
Browse files Browse the repository at this point in the history
… NullManifest)
  • Loading branch information
cllns committed Nov 13, 2016
1 parent 3840fa9 commit 16da993
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
require 'test_helper'
require 'pp'

describe Hanami::Assets::Config::NullDigestManifest do
describe Hanami::Assets::Config::NullManifest do
let(:configuration) { Hanami::Assets::Configuration.new }
let(:manifest) { Hanami::Assets::Config::NullDigestManifest.new(configuration) }
let(:manifest) { Hanami::Assets::Config::NullManifest.new(configuration) }

it 'is pretty printable' do
pp manifest
Expand Down

0 comments on commit 16da993

Please sign in to comment.