tandusrl / acts_as_bookable

A reservation plugin for Rails applications that allows resources to be bookable.
MIT License
140 stars 104 forks source link

Update lib to latest rails stable branch #33

Open colemerrick opened 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.06%) to 97.436% when pulling cae8f07a10db5f2e054e665a4b83c051f25073bf on colemerrick:hotfix/rails_5_onwards into 45b78114e1a5dab96e59fc70933277a56f65b53b on tandusrl:master.

colemerrick commented 6 years ago

@Chosko The main error I'm getting running tests with travis ci:

Failure/Error: between = schedule.occurrences_between(interval_start, interval_end, true)

 NoMethodError:

   undefined method `[]' for true:TrueClass

Are you getting this?

colemerrick commented 6 years ago

Failure/Error: between = schedule.occurrences_between(interval_start, interval_end, true)

 NoMethodError:

   undefined method `[]' for true:TrueClass