Commit cf1821f
Changed files (2)
spec
scim
spec/scim/shady_spec.rb
@@ -2,8 +2,4 @@ RSpec.describe Scim::Shady do
it "has a version number" do
expect(Scim::Shady::VERSION).not_to be nil
end
-
- it "does something useful" do
- expect(false).to eq(true)
- end
end
.gitignore
@@ -1,5 +1,6 @@
/.bundle/
/.yardoc
+/Gemfile.lock
/_yardoc/
/coverage/
/doc/