require 'spec_helper' describe Foundation::Rails::Helpers::Alert do subject { Foundation::Rails::Helpers::Alert.new } it "returns the basic HTML" do expect(subject.to_s).to eq "
×
" end end