RubyGems Navigation menu

active_mocker 1.6.1

ActiveMocker creates mocks classes from ActiveRecord models. Allowing your test suite to run very fast by not loading Rails or hooking to a database. It parses the schema.rb and the defined methods on a model then generates a ruby file that can be included within a test. The mock file can be run by themselves and come with a partial implementation of ActiveRecord. Attributes and associations can be used just the same as in ActiveRecord. Methods will have the correct arguments but raise an Unimplemented error when called. Mocks are regenerated when the schema is modified so your mocks will not go stale; preventing the case where your units tests pass but production code fails.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.6.2 - September 05, 2019 (40.0 KB)
  2. 2.6.1.beta2 - January 16, 2018 (39.5 KB)
  3. 2.6.1.beta - January 16, 2018 (39.5 KB)
  4. 2.6.0 - December 12, 2017 (39.5 KB)
  5. 2.5.4 - November 17, 2017 (38.5 KB)
  6. 1.6.1 - July 30, 2014 (27.5 KB)
顯示所有版本(共 106)

Runtime 相依性套件 (3):

activesupport ~> 4.1
virtus ~> 1.0

Development 相依性套件 (11):

bundler ~> 1.5
fuubar ~> 1.3
mutant ~> 0.5
mutant-rspec ~> 0.5
rails ~> 4.1
rake ~> 10.1
rspec = 2.14.1
rspec-given ~> 3.5
rspec-rails = 2.14.2
ruby-prof ~> 0.15
sqlite3 ~> 1.3

擁有者:

作者:

  • Dustin Zeisler

SHA 256 checksum:

6753adb5b73351e65ec78ec78299537bd02b53c9cf806dc8009c9c9164768048

總下載次數 300,554

這個版本 3,609

License:

MIT

Ruby 版本需求: >= 2.1.0

相關連結: