Skip to content

Commit

Permalink
Merge pull request #114 from larouxn/rails_6_support
Browse files Browse the repository at this point in the history
Rails 6 support
  • Loading branch information
rafaelfranca authored Apr 23, 2019
2 parents 5df5816 + eff9c00 commit 74214e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in coffee-rails.gemspec
gemspec

gem 'rails', git: 'https://github.com/rails/rails'
gem 'rails', git: 'https://github.com/larouxn/rails', branch: 'resurrection'
2 changes: 1 addition & 1 deletion test/assets_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AssetGeneratorTest < Rails::Generators::TestCase
setup :prepare_destination

def test_assets
run_generator %w(posts)
run_generator %w(posts --javascript-engine=coffee)
assert_no_file "app/assets/javascripts/posts.js"
assert_file "app/assets/javascripts/posts.coffee"
end
Expand Down

0 comments on commit 74214e8

Please sign in to comment.