Skip to content

Commit

Permalink
Merge pull request #60 from projectblacklight/fixture-symlink
Browse files Browse the repository at this point in the history
remove fixture solr_documents symlink
  • Loading branch information
jcoyne authored Mar 15, 2017
2 parents b9fa175 + b214eb1 commit d537cc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.1.1
6 changes: 3 additions & 3 deletions spec/test_app_templates/lib/generators/test_app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ def remove_index
end

def run_blacklight_generator
say_status("warning", "GENERATING BL", :yellow)
say_status("warning", "GENERATING BL", :yellow)

generate 'blacklight:install', '--devise'
end

def run_blacklight_range_limit_generator
say_status("warning", "GENERATING BL", :yellow)
say_status("warning", "GENERATING BL", :yellow)

generate 'blacklight_range_limit:install'
end

def fixtures
FileUtils.mkdir_p 'spec/fixtures/solr_documents'
directory 'solr_documents', 'spec/fixtures/solr_documents'
directory '../fixtures/solr_documents', 'spec/fixtures/solr_documents'
end

def inject_into_catalog_controller
Expand Down
1 change: 0 additions & 1 deletion spec/test_app_templates/solr_documents

This file was deleted.

0 comments on commit d537cc4

Please sign in to comment.