Skip to content

Commit

Permalink
Make it easier to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Feb 25, 2014
1 parent 7e5b954 commit 039d332
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ ext/dep_gecode/Makefile
*.gz
*.changes
*.build
pkg/*
Gemfile.lock
*.so
*.def
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec
3 changes: 3 additions & 0 deletions dep_selector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ Gem::Specification.new do |s|
s.requirements << 'g++'
s.files = Dir.glob("lib/**/*.{rb}") + Dir.glob("ext/**/*.{i,c,cxx,h,cpp,rb}")
s.extensions = Dir["ext/**/extconf.rb"]

s.add_development_dependency "uuidtools"
s.add_development_dependency "rspec"
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

require 'rubygems'
$:.unshift(File.expand_path("../../ext/dep_gecode", __FILE__))
require 'dep_selector'
require 'pp'

Expand Down

0 comments on commit 039d332

Please sign in to comment.