Skip to content
Snippets Groups Projects
Commit 7f816661 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fixed specs

parent a25cd51d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,7 +60,7 @@ describe CreateCommitService do
ci_yaml_file: gitlab_ci_yaml
)
commit.builds.any?.should be_false
commit.status.should_be "skipped"
commit.status.should == "skipped"
end
 
it "does not skips builds creation if there is no [ci skip] tag in commit message" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment