summaryrefslogtreecommitdiff
path: root/features/steps/project/builds/summary.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/builds/summary.rb')
-rw-r--r--features/steps/project/builds/summary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/builds/summary.rb b/features/steps/project/builds/summary.rb
index 1bcff659181..fd20a317850 100644
--- a/features/steps/project/builds/summary.rb
+++ b/features/steps/project/builds/summary.rb
@@ -18,7 +18,7 @@ class Spinach::Features::ProjectBuildsSummary < Spinach::FeatureSteps
step 'recent build has been erased' do
expect(@build.artifacts_file.exists?).to be_falsy
expect(@build.artifacts_metadata.exists?).to be_falsy
- expect(File.zero?(@build.path_to_trace)).to be true
+ expect(@build.trace).to be_empty
end
step 'recent build summary does not have artifacts widget' do