Rakefile in rbs-3.0.0.dev.2 vs Rakefile in rbs-3.0.0.dev.3
- old
+ new
@@ -141,11 +141,11 @@
<%- unless class_methods.empty? -%>
class <%= target %>SingletonTest < Test::Unit::TestCase
include TypeAssertions
- # library "pathname", "set", "securerandom" # Declare library signatures to load
+ # library "pathname", "securerandom" # Declare library signatures to load
testing "singleton(::<%= target %>)"
<%- class_methods.each do |method_name, definition| %>
def test_<%= test_name_for(method_name) %>
<%- definition.method_types.each do |method_type| -%>
@@ -159,10 +159,10 @@
<%- unless instance_methods.empty? -%>
class <%= target %>Test < Test::Unit::TestCase
include TypeAssertions
- # library "pathname", "set", "securerandom" # Declare library signatures to load
+ # library "pathname", "securerandom" # Declare library signatures to load
testing "::<%= target %>"
<%- instance_methods.each do |method_name, definition| %>
def test_<%= test_name_for(method_name) %>
<%- definition.method_types.each do |method_type| -%>