Skip to content

Commit

Permalink
Merge branch 'olleolleolle-rspec-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Feb 22, 2016
2 parents 55318f5 + 5f551be commit 0909028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- 2.3.0
- 2.2.4
- jruby-19mode
2 changes: 1 addition & 1 deletion spec/cacheable_spec.rb
Expand Up @@ -41,7 +41,7 @@ def self.all

context "after a cache clear" do
before { model_class.start_feature_cache }
specify { model_class.use_feature_cache.should be_true }
specify { model_class.use_feature_cache.should eq true }
specify { model_class.feature_cache.size == 3}
end
end
Expand Down

0 comments on commit 0909028

Please sign in to comment.