We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d917 commit 4adbe40Copy full SHA for 4adbe40
test/jsxtransform_test.rb
@@ -21,13 +21,13 @@
21
class JSXTransformTest < ActionDispatch::IntegrationTest
22
23
test 'asset pipeline should transform JSX' do
24
- get 'assets/example.js'
+ get '/assets/example.js'
25
assert_response :success
26
assert_equal EXPECTED_JS, @response.body
27
end
28
29
test 'asset pipeline should transform JSX + Coffeescript' do
30
- get 'assets/example2.js'
+ get '/assets/example2.js'
31
32
# Different coffee-script may generate slightly different outputs,
33
# as some version inserts an extra "\n" at the beginning.
0 commit comments