Skip to content

Commit

Permalink
fixup! Adds environment boolean checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias J. Perez committed Oct 12, 2017
1 parent 7121609 commit b482070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/amber/cli/commands/generator_spec.cr
Expand Up @@ -11,7 +11,7 @@ module Amber::CLI
Amber::CLI::Spec.prepare_yaml(Dir.current)
`shards build`

File.exists?("bin/#{TESTING_APP.split("/").last}").should be_true
File.exists?("./tmp/#{TESTING_APP.split("/").last}").should be_true
Amber::CLI::Spec.cleanup
end
end
Expand Down

0 comments on commit b482070

Please sign in to comment.