ImlRobolectricity

Script to fix IntelliJ's .iml files so Robolectric tests run.

Installation

$ gem install ImlRobolectricity

Usage

Must be ran each time IntelliJ syncs with Gradle and overwrites the .iml files.

Run 'robolectrify' from the directory of your project.

cd androidProject
robolectrify

It will print the .iml file, steps it's taking and if it was successful or not.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request