Skip to content

Commit

Permalink
Move tasks out of lib/rambling/trie
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Jan 23, 2017
1 parent 4a844bf commit 279d33c
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rambling/trie/tasks/performance'
require_relative 'tasks/performance'

RSpec::Core::RakeTask.new :spec

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def compressed_trie_path
private

def full_path *filename
full_path = File.join File.dirname(__FILE__), '..', '..', '..', '..', '..', *filename
full_path = File.join File.dirname(__FILE__), '..', '..', *filename
end
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 279d33c

Please sign in to comment.