Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
debug smoke tests on circle
Browse files Browse the repository at this point in the history
  • Loading branch information
NealJMD committed Sep 7, 2016
1 parent a8f2cd4 commit bdf4619
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle/test.template.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BRAINTREE_PRIVATE_KEY=324
CIRCLECI=true
CI=true
COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN
EXTERNAL_ASSET_PATHS=$EXTERNAL_ASSET_PATHS
EXTERNAL_LIQUID_PATH=$EXTERNAL_LIQUID_PATH
EXTERNAL_TRANSLATION_PATH=$EXTERNAL_TRANSLATION_PATH
EXTERNAL_ASSET_PATHS='$EXTERNAL_ASSET_PATHS'
EXTERNAL_LIQUID_PATH='$EXTERNAL_LIQUID_PATH'
EXTERNAL_TRANSLATION_PATH='$EXTERNAL_TRANSLATION_PATH'
GOCARDLESS_TOKEN='halpiamatoken'
4 changes: 4 additions & 0 deletions spec/requests/liquid_rendering_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
describe "page with layout #{title}" do
[:en, :fr, :de].each do |language_code|
it "can render in #{language_code} without errors" do
puts Settings.external_asset_paths
puts Settings.external_liquid_path
puts LiquidMarkupSeeder.external_dirs
puts LiquidMarkupSeeder.titles
language = create :language, code: language_code
LiquidMarkupSeeder.seed(quiet: true) # transactional fixtures nuke em every test :/
layout = LiquidLayout.find_by(title: title)
Expand Down

0 comments on commit bdf4619

Please sign in to comment.