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

Fix specs

parent 7af4f521
No related branches found
No related tags found
1 merge request!1573Show warning when build is pending and there are not runners
Loading
@@ -12,7 +12,7 @@ describe RunnersHelper do
Loading
@@ -12,7 +12,7 @@ describe RunnersHelper do
end end
   
it "returns online text" do it "returns online text" do
runner = FactoryGirl.build(:ci_runner, contacted_at: 1.hour.ago, active: true) runner = FactoryGirl.build(:ci_runner, contacted_at: 1.second.ago, active: true)
expect(runner_status_icon(runner)).to include("Runner is online") expect(runner_status_icon(runner)).to include("Runner is online")
end end
end end
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