Sha256: 8fdfadceae4c2d797ecb14267cabb6303c6f754f08c0416f0cab86e6f1e32565
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
require "spec_helper" RSpec.describe Libpasta do it "has a version number" do expect(Libpasta::VERSION).not_to be nil end it "does something useful" do expect(Pasta::hash_password "hello123").not_to be nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libpasta-0.1.0.pre.rc1-x86_64-linux | spec/libpasta_spec.rb |