Skip to content

Commit

Permalink
Merge pull request #35 from hyoshida/fix-failed-test-in-ruby-2-1-5
Browse files Browse the repository at this point in the history
Fix the failed test in Ruby 2.1.5
  • Loading branch information
YOSHIDA Cake committed Sep 26, 2015
2 parents 190f193 + 7b36985 commit 79acf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/helpers/comable/admin/themes_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def liquidable_models
private

def views_dir
spec = Gem::Specification.find_by_name('comable-frontend')
spec = Gem::Specification.find_by_path('comable/frontend')
fail 'Please install "comable-frontend" gem!' unless spec
"#{spec.gem_dir}/app/views"
end
Expand Down

0 comments on commit 79acf23

Please sign in to comment.