Skip to content

Commit

Permalink
Rename Bayes memory test class (#102)
Browse files Browse the repository at this point in the history
* Disabled Redis disc persistence and refactored integration test, fixes #95

* Changed test class and file name as per #84
  • Loading branch information
ibnesayeed authored and Ch4s3 committed Jan 7, 2017
1 parent 001e249 commit e1580bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require File.dirname(__FILE__) + '/../test_helper'
require_relative './bayesian_common_tests'

class BayesianTest < Minitest::Test
class BayesianMemoryTest < Minitest::Test
include BayesianCommonTests

def setup
Expand Down

0 comments on commit e1580bb

Please sign in to comment.