Skip to content

Commit

Permalink
Fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Oct 7, 2016
1 parent f20016a commit 763a69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/bundle_file_writing_test.rb
Expand Up @@ -6,7 +6,7 @@ module Jekyll::Minibundle::Test
class BundleFileWritingTest < TestCase
include FixtureConfig

def test_calling_markup_determines_fingerprint_and_destination_write
def test_calling_destination_path_for_markup_determines_fingerprint_and_destination_write
with_fake_site do |site|
bundle_file = BundleFile.new(site, bundle_config(minifier_cmd_to_remove_comments_and_count))
source = source_path(JS_BUNDLE_SOURCE_DIR, 'app.js')
Expand Down Expand Up @@ -42,7 +42,7 @@ def test_calling_markup_determines_fingerprint_and_destination_write
end
end

def test_many_consecutive_markup_calls_trigger_one_destination_write
def test_many_consecutive_destination_path_for_markup_calls_trigger_one_destination_write
with_fake_site do |site|
bundle_file = BundleFile.new(site, bundle_config(minifier_cmd_to_remove_comments_and_count))
source = source_path(JS_BUNDLE_SOURCE_DIR, 'app.js')
Expand Down

0 comments on commit 763a69e

Please sign in to comment.