From 26f51834f076ea37e737964074f6e561009e04e9 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 30 Jul 2015 14:11:06 +0200 Subject: Fixed specs --- spec/services/create_commit_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/services/create_commit_service_spec.rb') diff --git a/spec/services/create_commit_service_spec.rb b/spec/services/create_commit_service_spec.rb index 19ef959..c72ba6b 100644 --- a/spec/services/create_commit_service_spec.rb +++ b/spec/services/create_commit_service_spec.rb @@ -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 -- cgit v1.2.1