Commit 4e0e0373 authored by Tony Arcieri's avatar Tony Arcieri

Basic rspec boilerplate

parent 1ebb99f4
source 'https://rubygems.org'
gemspec
gem "rbnacl", github: 'cryptosphere/rbnacl'
# Specify your gem's dependencies in rbnacl-libsodium.gemspec
gemspec
group :development, :test do
gem "rspec", "~> 3"
end
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new
task default: :spec
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment