Skip to content

Commit

Permalink
Add rspec-its dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gierth committed Jun 4, 2014
1 parent 09ee5d9 commit 3c25cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -9,6 +9,8 @@ gem 'fuubar', git: 'https://github.com/lgierth/fuubar.git',
ref: 'static-percentage'
gem 'awesome_print'

gem 'rspec-its'

platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubinius', '~> 2.0'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -21,3 +21,4 @@

require 'awesome_print'
require 'devtools/spec_helper'
require 'rspec/its'

0 comments on commit 3c25cd1

Please sign in to comment.