Skip to content

Releases: bullet-train-co/magic_test

v0.1.0

01 Jan 12:27
0242ead
Compare
Choose a tag to compare

Added a bunch of new features in the month of December 2022.

@tleish support for RSpec syntax was merged in. Whether you run RSpec or MiniTest, it will generate the correct assertion based on your test suite.

Expanding on @bear-in-mind 's work to implement testing and automatically inserting render method into layout files with the generator, Magic Test now does more for you with a simple command.

@adrianvalenz custom functions to implement generating assertions by simply right-clicking on selected text with your mouse or touchpad is now possible. New confirm dialog gives you an opportunity to cancel and reselect proper text or move forward with the assertion.

0.0.6

02 Mar 15:52
Compare
Choose a tag to compare
  • Improved support for RSpec. Thanks @rubendinho!
  • Fixed trailing newline in certain assertions that were being generated.

0.0.5

02 Mar 02:43
Compare
Choose a tag to compare
  • We've removed the jQuery dependency! 🎉 Thanks @tleish! 🙏
  • ⚠️ You must remove the config/initializers/magic_test.rb we were previously generating for new installations.