Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed May 10, 2016
1 parent 6812827 commit a11f7f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/test_helper/ensure_assets_compiled.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def call
# Inform the developer that we're ensuring gen assets are ready.
puts_start_compile_check_message(stale_gen_files)

webpack_assets_compiler.compile_asseta
webpack_assets_compiler.compile_assets
end

def puts_start_compile_check_message(stale_files)
Expand Down
10 changes: 10 additions & 0 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
PATH
remote: ../..
specs:
react_on_rails (6.0.0.beta.3)
addressable
connection_pool
execjs (~> 2.5)
foreman
rails (>= 3.2)
rainbow (~> 2.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -78,6 +85,7 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
connection_pool (2.2.0)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
Expand All @@ -90,6 +98,8 @@ GEM
erubis (2.7.0)
execjs (2.6.0)
ffi (1.9.10)
foreman (0.81.0)
thor (~> 0.19.1)
generator_spec (0.9.3)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
Expand Down

0 comments on commit a11f7f7

Please sign in to comment.