I hereby claim:
- I am cbrunsdon on github.
- I am cbrunsdon (https://keybase.io/cbrunsdon) on keybase.
- I have a public key whose fingerprint is 0E70 DDE4 CA9F 894F 91E5 3A4C 5565 23B3 B4D5 F050
To claim this, I am signing this object:
#!/bin/sh | |
set -e | |
[ ! -f Gemfile ] || git diff --exit-code --cached -- Gemfile >/dev/null || bundle check | |
exec "$(git --exec-path)/../../share/git-core/templates/hooks/pre-commit.sample" |
#!/bin/sh -ex | |
echo "hello" |
#!/bin/sh -ex | |
bundle install | |
RAILS_ENV=test bundle exec rake db:schema:load | |
bundle exec rspec |
require 'spec_helper' | |
describe Spree::Order, :type => :model do | |
let(:order) { Spree::Order.new } | |
before do | |
order.payments << FactoryGirl.create(:payment, state: payment_state, order: order) | |
end | |
let(:payment_state) { 'failed' } |
https://github.com/Domenoth/solidus_social | |
https://github.com/skyach/solidus_social | |
https://github.com/DynamoMTL/spree_social/tree/solidus | |
https://github.com/brunoflores/spree_social/tree/solidus |
I hereby claim:
To claim this, I am signing this object: