Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 27, 2019
1 parent c7da7a1 commit 2705bbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ task :profile do
end

def gemfiles
@gemfiles ||= begin
Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].
reject {|f| f =~ /\.lock$/}
end
@gemfiles ||= Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].reject {|f| f =~ /\.lock$/}
end

def with_each_gemfile
Expand Down

0 comments on commit 2705bbc

Please sign in to comment.