Skip to content

Commit

Permalink
resolve! takes keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 15, 2019
1 parent 7ab12f9 commit f71f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_resolve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def setup
@env.append_path(random_path)

error = assert_raises(Sprockets::FileNotFound) do
uri, _ = @env.resolve!("thisfiledoesnotexistandshouldraiseerrors", {})
uri, _ = @env.resolve!("thisfiledoesnotexistandshouldraiseerrors", **{})
uri
end

Expand Down

0 comments on commit f71f074

Please sign in to comment.