diff --git a/spec/helpers/bootstrap_helper_spec.rb b/spec/helpers/bootstrap_helper_spec.rb index b415b851..b996f162 100644 --- a/spec/helpers/bootstrap_helper_spec.rb +++ b/spec/helpers/bootstrap_helper_spec.rb @@ -84,7 +84,7 @@ describe BootstrapHelper, :type => :helper do describe "#tooltip" do it 'should return the proper markup' do - expect(tooltip("Example Text", "This is in a tooltip")).to eq("Example Text") + expect(tooltip("Example Text", "This is in a tooltip")).to eq("Example Text") end end @@ -94,7 +94,7 @@ describe BootstrapHelper, :type => :helper do @user = FactoryBot.create(:user) travel 10.minutes - expect(time_tooltip(@user)).to eq("10 minutes") + expect(time_tooltip(@user)).to eq("10 minutes") end end end